#B1997A

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

Shades of Bronco #B1997A

Tints of Bronco #B1997A

Color information

#B1997A (or 0xB1997A) is unknown color: approx Bronco. HEX triplet: B1, 99 and 7A. RGB value is (177,153,122). Sum of RGB (Red+Green+Blue) = 177+153+122=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1997A is #4E6685. Grayscale: #9C9C9C. Windows color (decimal): -5138054 or 8034737. OLE color: 8034737.

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

Color convert

RGB177153122-
CMYK00.140.310.31
HSL33.82º26.07%58.63%-
HSV(B)33.82º31.07%69.41%-
XYZ33.0433.5323.14-
YUV156.64108.45142.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=39.16%
G=33.85%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715312200.140.310.3133.8226.0758.63
HexB1997A0E1F1F221a3b
Octal2612311720163737423273
Binary1011000110011001111101001110111111111110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1997A; }

 p { color: rgb(177,153,122); }

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

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

 a { background-color: rgb(177,153,122); }

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

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

 span { border-color: rgb(177,153,122); }

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