Html Css Color HEX #B39F8A Bronco

📋 copy color: '#B39F8A'

red 179 ◦ green 159 ◦ blue 138

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

Shades of Bronco #B39F8A

Tints of Bronco #B39F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 37.61%
G = 33.4%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B39F8A (or 0xB39F8A) is known color: Bronco. HEX triplet: B3, 9F and 8A. RGB value is (179,159,138). Sum of RGB (Red+Green+Blue) = 179+159+138=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F8A is #4C6075. Grayscale: #A2A2A2. Windows color (decimal): -5005430 or 9084851. OLE color: 9084851.

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

Color convert

RGB 179 159 138 -
CMYK 0 0.11 0.23 0.30
HSL 30.73º 0.21% 0.62% -
HSV(B) 30.73º 0.23% 0.7% -
XYZ 35.58 36.21 29.16 -
YUV 162.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 179 159 138 0 0.11 0.23 0.30 30.73 0.21 0.62
Hex B3 9F 8A 0 B 17 1E 1F 15 3E
Octal 263 237 212 0 13 27 36 37 25 76
Binary 10110011 10011111 10001010 0 1011 10111 11110 11111 10101 111110

Color Harmonies of #B39F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39F8A

Black with #B39F8A

Text Example


Text Example

White with #B39F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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