#B69F7D

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

Shades of Bronco #B69F7D

Tints of Bronco #B69F7D

Color information

#B69F7D (or 0xB69F7D) is unknown color: approx Bronco. HEX triplet: B6, 9F and 7D. RGB value is (182,159,125). Sum of RGB (Red+Green+Blue) = 182+159+125=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F7D is #496082. Grayscale: #A2A2A2. Windows color (decimal): -4808835 or 8232886. OLE color: 8232886.

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

Color convert

RGB182159125-
CMYK00.130.310.29
HSL35.79º28.08%60.2%-
HSV(B)35.79º31.32%71.37%-
XYZ35.3936.2224.53-
YUV162107.12142.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=39.06%
G=34.12%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215912500.130.310.2935.7928.0860.2
HexB69F7D0D1F1D241c3c
Octal2662371750153735443474
Binary1011011010011111111110101101111111110110010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F7D; }

 p { color: rgb(182,159,125); }

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

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

 a { background-color: rgb(182,159,125); }

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

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

 span { border-color: rgb(182,159,125); }

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