Html Css Color HEX #B29442 Roti

📋 copy color: '#B29442'

red 178 ◦ green 148 ◦ blue 66

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

Shades of Roti #B29442

Tints of Roti #B29442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.84%

R = 45.41%
G = 37.76%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29442 (or 0xB29442) is known color: Roti. HEX triplet: B2, 94 and 42. RGB value is (178,148,66). Sum of RGB (Red+Green+Blue) = 178+148+66=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B29442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29442 is #4D6BBD. Grayscale: #939393. Windows color (decimal): -5073854 or 4363442. OLE color: 4363442.

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

Color convert

RGB 178 148 66 -
CMYK 0 0.17 0.63 0.30
HSL 43.93º 0.46% 0.48% -
HSV(B) 43.93º 0.63% 0.7% -
XYZ 29.93 31.04 9.57 -
YUV 147.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 178 148 66 0 0.17 0.63 0.30 43.93 0.46 0.48
Hex B2 94 42 0 11 3F 1E 2C 2E 30
Octal 262 224 102 0 21 77 36 54 56 60
Binary 10110010 10010100 1000010 0 10001 111111 11110 101100 101110 110000

Color Harmonies of #B29442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29442

Black with #B29442

Text Example


Text Example

White with #B29442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29442; }

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

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

background-color css

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

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

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

border-color css

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

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

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