Html Css Color HEX #B29C3C Roti

📋 copy color: '#B29C3C'

red 178 ◦ green 156 ◦ blue 60

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

Shades of Roti #B29C3C

Tints of Roti #B29C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

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

R = 45.18%
G = 39.59%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B29C3C (or 0xB29C3C) is known color: Roti. HEX triplet: B2, 9C and 3C. RGB value is (178,156,60). Sum of RGB (Red+Green+Blue) = 178+156+60=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C3C is #4D63C3. Grayscale: #989898. Windows color (decimal): -5071812 or 3972274. OLE color: 3972274.

HSL color Cylindrical-coordinate representation of color #B29C3C: hue angle of 48.81º 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 #B29C3C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 156 60 -
CMYK 0 0.12 0.66 0.30
HSL 48.81º 0.5% 0.47% -
HSV(B) 48.81º 0.66% 0.7% -
XYZ 31.06 33.57 9.12 -
YUV 151.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 178 156 60 0 0.12 0.66 0.30 48.81 0.5 0.47
Hex B2 9C 3C 0 C 42 1E 31 32 2F
Octal 262 234 74 0 14 102 36 61 62 57
Binary 10110010 10011100 111100 0 1100 1000010 11110 110001 110010 101111

Color Harmonies of #B29C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C3C

Black with #B29C3C

Text Example


Text Example

White with #B29C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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