Html Css Color HEX #B69F7C Bronco

📋 copy color: '#B69F7C'

red 182 ◦ green 159 ◦ blue 124

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

Shades of Bronco #B69F7C

Tints of Bronco #B69F7C

RGB

 RED value IS 182 (71.48% from 255) = 39.14%

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 39.14%
G = 34.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B69F7C (or 0xB69F7C) is known color: Bronco. HEX triplet: B6, 9F and 7C. RGB value is (182,159,124). Sum of RGB (Red+Green+Blue) = 182+159+124=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F7C is #496083. Grayscale: #A2A2A2. Windows color (decimal): -4808836 or 8167350. OLE color: 8167350.

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

Color convert

RGB 182 159 124 -
CMYK 0 0.13 0.32 0.29
HSL 36.21º 0.28% 0.6% -
HSV(B) 36.21º 0.32% 0.71% -
XYZ 35.33 36.2 24.19 -
YUV 161.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 182 159 124 0 0.13 0.32 0.29 36.21 0.28 0.6
Hex B6 9F 7C 0 D 20 1D 24 1C 3C
Octal 266 237 174 0 15 40 35 44 34 74
Binary 10110110 10011111 1111100 0 1101 100000 11101 100100 11100 111100

Color Harmonies of #B69F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69F7C

Black with #B69F7C

Text Example


Text Example

White with #B69F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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