Html Css Color HEX #B29C83 Bronco

📋 copy color: '#B29C83'

red 178 ◦ green 156 ◦ blue 131

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

Shades of Bronco #B29C83

Tints of Bronco #B29C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 38.28%
G = 33.55%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B29C83 (or 0xB29C83) is known color: Bronco. HEX triplet: B2, 9C and 83. RGB value is (178,156,131). Sum of RGB (Red+Green+Blue) = 178+156+131=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C83 is #4D637C. Grayscale: #9F9F9F. Windows color (decimal): -5071741 or 8625330. OLE color: 8625330.

HSL color Cylindrical-coordinate representation of color #B29C83: hue angle of 31.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29C83 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 156 131 -
CMYK 0 0.12 0.26 0.30
HSL 31.91º 0.23% 0.61% -
HSV(B) 31.91º 0.26% 0.7% -
XYZ 34.35 34.88 26.4 -
YUV 159.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 178 156 131 0 0.12 0.26 0.30 31.91 0.23 0.61
Hex B2 9C 83 0 C 1A 1E 20 17 3D
Octal 262 234 203 0 14 32 36 40 27 75
Binary 10110010 10011100 10000011 0 1100 11010 11110 100000 10111 111101

Color Harmonies of #B29C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C83

Black with #B29C83

Text Example


Text Example

White with #B29C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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