#B19C7E

Color #B19C7E Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #B19C7E

Tints of Bronco #B19C7E

Color information

#B19C7E (or 0xB19C7E) is unknown color: approx Bronco. HEX triplet: B1, 9C and 7E. RGB value is (177,156,126). Sum of RGB (Red+Green+Blue) = 177+156+126=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C7E is #4E6381. Grayscale: #9F9F9F. Windows color (decimal): -5137282 or 8297649. OLE color: 8297649.

HSL color Cylindrical-coordinate representation of color #B19C7E: hue angle of 35.29º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19C7E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177156126-
CMYK00.120.290.31
HSL35.29º24.64%59.41%-
HSV(B)35.29º28.81%69.41%-
XYZ33.7934.6324.64-
YUV158.86109.46140.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=38.56%
G=33.99%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715612600.120.290.3135.2924.6459.41
HexB19C7E0C1D1F23193b
Octal2612341760143537433173
Binary1011000110011100111111001100111011111110001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C7E; }

 p { color: rgb(177,156,126); }

 H1.HeaderClassName
 {
   color: #B19C7E;
 }
 .AnyTagClassName
 {
   color: #B19C7E;
 }
</style>
background-color css

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

 a { background-color: rgb(177,156,126); }

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

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

 span { border-color: rgb(177,156,126); }

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