Html Css Color HEX #B19B75 Bronco

📋 copy color: '#B19B75'

red 177 ◦ green 155 ◦ blue 117

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

Shades of Bronco #B19B75

Tints of Bronco #B19B75

RGB

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

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

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

R = 39.42%
G = 34.52%
B = 26.06%

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

#B19B75 (or 0xB19B75) is known color: Bronco. HEX triplet: B1, 9B and 75. RGB value is (177,155,117). Sum of RGB (Red+Green+Blue) = 177+155+117=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B75 is #4E648A. Grayscale: #9D9D9D. Windows color (decimal): -5137547 or 7707569. OLE color: 7707569.

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

Color convert

RGB 177 155 117 -
CMYK 0 0.12 0.34 0.31
HSL 38º 0.28% 0.58% -
HSV(B) 38º 0.34% 0.69% -
XYZ 33.06 34.07 21.66 -
YUV 157.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 177 155 117 0 0.12 0.34 0.31 38 0.28 0.58
Hex B1 9B 75 0 C 22 1F 26 1C 3A
Octal 261 233 165 0 14 42 37 46 34 72
Binary 10110001 10011011 1110101 0 1100 100010 11111 100110 11100 111010

Color Harmonies of #B19B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B75

Black with #B19B75

Text Example


Text Example

White with #B19B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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