Html Css Color HEX #B39F7C Bronco

📋 copy color: '#B39F7C'

red 179 ◦ green 159 ◦ blue 124

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

Shades of Bronco #B39F7C

Tints of Bronco #B39F7C

RGB

 RED value IS 179 (70.31% from 255) = 38.74%

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

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

R = 38.74%
G = 34.42%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B39F7C (or 0xB39F7C) is known color: Bronco. HEX triplet: B3, 9F and 7C. RGB value is (179,159,124). Sum of RGB (Red+Green+Blue) = 179+159+124=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F7C is #4C6083. Grayscale: #A1A1A1. Windows color (decimal): -5005444 or 8167347. OLE color: 8167347.

HSL color Cylindrical-coordinate representation of color #B39F7C: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B39F7C is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 159 124 -
CMYK 0 0.11 0.31 0.30
HSL 38.18º 0.27% 0.59% -
HSV(B) 38.18º 0.31% 0.7% -
XYZ 34.63 35.84 24.16 -
YUV 160.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 179 159 124 0 0.11 0.31 0.30 38.18 0.27 0.59
Hex B3 9F 7C 0 B 1F 1E 26 1B 3B
Octal 263 237 174 0 13 37 36 46 33 73
Binary 10110011 10011111 1111100 0 1011 11111 11110 100110 11011 111011

Color Harmonies of #B39F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39F7C

Black with #B39F7C

Text Example


Text Example

White with #B39F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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