Html Css Color HEX #B29A37 Roti

📋 copy color: '#B29A37'

red 178 ◦ green 154 ◦ blue 55

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

Shades of Roti #B29A37

Tints of Roti #B29A37

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 55 (21.88% from 255) = 14.21%

R = 45.99%
G = 39.79%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B29A37 (or 0xB29A37) is known color: Roti. HEX triplet: B2, 9A and 37. RGB value is (178,154,55). Sum of RGB (Red+Green+Blue) = 178+154+55=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A37 is #4D65C8. Grayscale: #969696. Windows color (decimal): -5072329 or 3644082. OLE color: 3644082.

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

Color convert

RGB 178 154 55 -
CMYK 0 0.13 0.69 0.30
HSL 48.29º 0.53% 0.46% -
HSV(B) 48.29º 0.69% 0.7% -
XYZ 30.61 32.85 8.34 -
YUV 149.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 178 154 55 0 0.13 0.69 0.30 48.29 0.53 0.46
Hex B2 9A 37 0 D 45 1E 30 35 2E
Octal 262 232 67 0 15 105 36 60 65 56
Binary 10110010 10011010 110111 0 1101 1000101 11110 110000 110101 101110

Color Harmonies of #B29A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A37

Black with #B29A37

Text Example


Text Example

White with #B29A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A37; }

 p { color: rgb(178,154,55); }

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

background-color css

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

 a { background-color: rgb(178,154,55); }

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

border-color css

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

 span { border-color: rgb(178,154,55); }

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