Html Css Color HEX #B39A75 Bronco

📋 copy color: '#B39A75'

red 179 ◦ green 154 ◦ blue 117

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

Shades of Bronco #B39A75

Tints of Bronco #B39A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.22%

 BLUE value IS 117 (46.09% from 255) = 26%

R = 39.78%
G = 34.22%
B = 26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B39A75 (or 0xB39A75) is known color: Bronco. HEX triplet: B3, 9A and 75. RGB value is (179,154,117). Sum of RGB (Red+Green+Blue) = 179+154+117=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A75 is #4C658A. Grayscale: #9D9D9D. Windows color (decimal): -5006731 or 7707315. OLE color: 7707315.

HSL color Cylindrical-coordinate representation of color #B39A75: hue angle of 35.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B39A75 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 117 -
CMYK 0 0.14 0.35 0.30
HSL 35.81º 0.29% 0.58% -
HSV(B) 35.81º 0.35% 0.7% -
XYZ 33.36 33.98 21.63 -
YUV 157.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 179 154 117 0 0.14 0.35 0.30 35.81 0.29 0.58
Hex B3 9A 75 0 E 23 1E 24 1D 3A
Octal 263 232 165 0 16 43 36 44 35 72
Binary 10110011 10011010 1110101 0 1110 100011 11110 100100 11101 111010

Color Harmonies of #B39A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A75

Black with #B39A75

Text Example


Text Example

White with #B39A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A75; }

 p { color: rgb(179,154,117); }

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

background-color css

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

 a { background-color: rgb(179,154,117); }

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

border-color css

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

 span { border-color: rgb(179,154,117); }

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