Html Css Color HEX #B19E7D Bronco

📋 copy color: '#B19E7D'

red 177 ◦ green 158 ◦ blue 125

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

Shades of Bronco #B19E7D

Tints of Bronco #B19E7D

RGB

 RED value IS 177 (69.53% from 255) = 38.48%

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 38.48%
G = 34.35%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B19E7D (or 0xB19E7D) is known color: Bronco. HEX triplet: B1, 9E and 7D. RGB value is (177,158,125). Sum of RGB (Red+Green+Blue) = 177+158+125=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7D is #4E6182. Grayscale: #A0A0A0. Windows color (decimal): -5136771 or 8232625. OLE color: 8232625.

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

Color convert

RGB 177 158 125 -
CMYK 0 0.11 0.29 0.31
HSL 38.08º 0.25% 0.59% -
HSV(B) 38.08º 0.29% 0.69% -
XYZ 34.06 35.28 24.42 -
YUV 159.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 177 158 125 0 0.11 0.29 0.31 38.08 0.25 0.59
Hex B1 9E 7D 0 B 1D 1F 26 19 3B
Octal 261 236 175 0 13 35 37 46 31 73
Binary 10110001 10011110 1111101 0 1011 11101 11111 100110 11001 111011

Color Harmonies of #B19E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E7D

Black with #B19E7D

Text Example


Text Example

White with #B19E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E7D; }

 p { color: rgb(177,158,125); }

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

background-color css

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

 a { background-color: rgb(177,158,125); }

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

border-color css

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

 span { border-color: rgb(177,158,125); }

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