Html Css Color HEX #B19B7F Bronco

📋 copy color: '#B19B7F'

red 177 ◦ green 155 ◦ blue 127

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

Shades of Bronco #B19B7F

Tints of Bronco #B19B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 38.56%
G = 33.77%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B19B7F (or 0xB19B7F) is known color: Bronco. HEX triplet: B1, 9B and 7F. RGB value is (177,155,127). Sum of RGB (Red+Green+Blue) = 177+155+127=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B7F is #4E6480. Grayscale: #9E9E9E. Windows color (decimal): -5137537 or 8362929. OLE color: 8362929.

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

Color convert

RGB 177 155 127 -
CMYK 0 0.12 0.28 0.31
HSL 33.6º 0.24% 0.6% -
HSV(B) 33.6º 0.28% 0.69% -
XYZ 33.68 34.32 24.93 -
YUV 158.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 177 155 127 0 0.12 0.28 0.31 33.6 0.24 0.6
Hex B1 9B 7F 0 C 1C 1F 22 18 3C
Octal 261 233 177 0 14 34 37 42 30 74
Binary 10110001 10011011 1111111 0 1100 11100 11111 100010 11000 111100

Color Harmonies of #B19B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B7F

Black with #B19B7F

Text Example


Text Example

White with #B19B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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