Html Css Color HEX #B29440 Roti

📋 copy color: '#B29440'

red 178 ◦ green 148 ◦ blue 64

#B29440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #B29440

Tints of Roti #B29440

RGB

 RED value IS 178 (69.92% from 255) = 45.64%

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 45.64%
G = 37.95%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B29440 (or 0xB29440) is known color: Roti. HEX triplet: B2, 94 and 40. RGB value is (178,148,64). Sum of RGB (Red+Green+Blue) = 178+148+64=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B29440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29440 is #4D6BBF. Grayscale: #939393. Windows color (decimal): -5073856 or 4232370. OLE color: 4232370.

HSL color Cylindrical-coordinate representation of color #B29440: hue angle of 44.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B29440 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 64 -
CMYK 0 0.17 0.64 0.30
HSL 44.21º 0.47% 0.47% -
HSV(B) 44.21º 0.64% 0.7% -
XYZ 29.88 31.01 9.26 -
YUV 147.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 178 148 64 0 0.17 0.64 0.30 44.21 0.47 0.47
Hex B2 94 40 0 11 40 1E 2C 2F 2F
Octal 262 224 100 0 21 100 36 54 57 57
Binary 10110010 10010100 1000000 0 10001 1000000 11110 101100 101111 101111

Color Harmonies of #B29440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29440

Black with #B29440

Text Example


Text Example

White with #B29440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29440; }

 p { color: rgb(178,148,64); }

 H1.HeaderClassName
 {
   color: #B29440;
 }
 .AnyTagClassName
 {
   color: #B29440;
 }
</style>

background-color css

<style>
 a { background-color: #B29440; }

 a { background-color: rgb(178,148,64); }

 div.DivClassName
 {
   background-color: #B29440;
 }
 .BgClassName
 {
   background-color: #B29440;
 }
</style>

border-color css

<style>
 span { border-color: #B29440; }

 span { border-color: rgb(178,148,64); }

 td.TdClassName
 {
   border-color: #B29440;
 }
 .TagClassName
 {
   border-color: #B29440;
 }
</style>