Html Css Color HEX #B39B7C Bronco

📋 copy color: '#B39B7C'

red 179 ◦ green 155 ◦ blue 124

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

Shades of Bronco #B39B7C

Tints of Bronco #B39B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

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

R = 39.08%
G = 33.84%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B39B7C (or 0xB39B7C) is known color: Bronco. HEX triplet: B3, 9B and 7C. RGB value is (179,155,124). Sum of RGB (Red+Green+Blue) = 179+155+124=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B7C is #4C6483. Grayscale: #9E9E9E. Windows color (decimal): -5006468 or 8166323. OLE color: 8166323.

HSL color Cylindrical-coordinate representation of color #B39B7C: hue angle of 33.82º 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 #B39B7C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 155 124 -
CMYK 0 0.13 0.31 0.30
HSL 33.82º 0.27% 0.59% -
HSV(B) 33.82º 0.31% 0.7% -
XYZ 33.95 34.48 23.94 -
YUV 158.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 179 155 124 0 0.13 0.31 0.30 33.82 0.27 0.59
Hex B3 9B 7C 0 D 1F 1E 22 1B 3B
Octal 263 233 174 0 15 37 36 42 33 73
Binary 10110011 10011011 1111100 0 1101 11111 11110 100010 11011 111011

Color Harmonies of #B39B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B7C

Black with #B39B7C

Text Example


Text Example

White with #B39B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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