#B19B7F

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

Shades of Bronco #B19B7F

Tints of Bronco #B19B7F

Color information

#B19B7F (or 0xB19B7F) is unknown color: approx Bronco. HEX triplet: B1, 9B and 7F. RGB value is (177,155,127). Sum of RGB (Red+Green+Blue) = 177+155+127=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B7F is #4E6480. Grayscale: #9E9E9E. Windows color (decimal): -5137537 or 8362929. OLE color: 8362929.

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

Color convert

RGB177155127-
CMYK00.120.280.31
HSL33.6º24.27%59.61%-
HSV(B)33.6º28.25%69.41%-
XYZ33.6834.3224.93-
YUV158.39110.29141.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 127 (50% from 255) = 27.67%
R=38.56%
G=33.77%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715512700.120.280.3133.624.2759.61
HexB19B7F0C1C1F22183c
Octal2612331770143437423074
Binary1011000110011011111111101100111001111110001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B7F; }

 p { color: rgb(177,155,127); }

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

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

 a { background-color: rgb(177,155,127); }

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

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

 span { border-color: rgb(177,155,127); }

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