Html Css Color HEX #B29B3C Roti

📋 copy color: '#B29B3C'

red 178 ◦ green 155 ◦ blue 60

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

Shades of Roti #B29B3C

Tints of Roti #B29B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 45.29%
G = 39.44%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B29B3C (or 0xB29B3C) is known color: Roti. HEX triplet: B2, 9B and 3C. RGB value is (178,155,60). Sum of RGB (Red+Green+Blue) = 178+155+60=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29B3C is #4D64C3. Grayscale: #979797. Windows color (decimal): -5072068 or 3972018. OLE color: 3972018.

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

Color convert

RGB 178 155 60 -
CMYK 0 0.13 0.66 0.30
HSL 48.31º 0.5% 0.47% -
HSV(B) 48.31º 0.66% 0.7% -
XYZ 30.9 33.23 9.06 -
YUV 151.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 178 155 60 0 0.13 0.66 0.30 48.31 0.5 0.47
Hex B2 9B 3C 0 D 42 1E 30 32 2F
Octal 262 233 74 0 15 102 36 60 62 57
Binary 10110010 10011011 111100 0 1101 1000010 11110 110000 110010 101111

Color Harmonies of #B29B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B3C

Black with #B29B3C

Text Example


Text Example

White with #B29B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B3C; }

 p { color: rgb(178,155,60); }

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

background-color css

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

 a { background-color: rgb(178,155,60); }

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

border-color css

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

 span { border-color: rgb(178,155,60); }

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