Html Css Color HEX #B19B74 Bronco

📋 copy color: '#B19B74'

red 177 ◦ green 155 ◦ blue 116

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

Shades of Bronco #B19B74

Tints of Bronco #B19B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 39.51%
G = 34.6%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B19B74 (or 0xB19B74) is known color: Bronco. HEX triplet: B1, 9B and 74. RGB value is (177,155,116). Sum of RGB (Red+Green+Blue) = 177+155+116=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B74 is #4E648B. Grayscale: #9D9D9D. Windows color (decimal): -5137548 or 7642033. OLE color: 7642033.

HSL color Cylindrical-coordinate representation of color #B19B74: hue angle of 38.36º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19B74 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 155 116 -
CMYK 0 0.12 0.34 0.31
HSL 38.36º 0.28% 0.57% -
HSV(B) 38.36º 0.34% 0.69% -
XYZ 33.01 34.05 21.36 -
YUV 157.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 177 155 116 0 0.12 0.34 0.31 38.36 0.28 0.57
Hex B1 9B 74 0 C 22 1F 26 1C 39
Octal 261 233 164 0 14 42 37 46 34 71
Binary 10110001 10011011 1110100 0 1100 100010 11111 100110 11100 111001

Color Harmonies of #B19B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B74

Black with #B19B74

Text Example


Text Example

White with #B19B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B74; }

 p { color: rgb(177,155,116); }

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

background-color css

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

 a { background-color: rgb(177,155,116); }

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

border-color css

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

 span { border-color: rgb(177,155,116); }

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