Html Css Color HEX #B19C7E Bronco

📋 copy color: '#B19C7E'

red 177 ◦ green 156 ◦ blue 126

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

Shades of Bronco #B19C7E

Tints of Bronco #B19C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 38.56%
G = 33.99%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B19C7E (or 0xB19C7E) is known color: Bronco. HEX triplet: B1, 9C and 7E. RGB value is (177,156,126). Sum of RGB (Red+Green+Blue) = 177+156+126=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C7E is #4E6381. Grayscale: #9F9F9F. Windows color (decimal): -5137282 or 8297649. OLE color: 8297649.

HSL color Cylindrical-coordinate representation of color #B19C7E: hue angle of 35.29º 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 #B19C7E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 126 -
CMYK 0 0.12 0.29 0.31
HSL 35.29º 0.25% 0.59% -
HSV(B) 35.29º 0.29% 0.69% -
XYZ 33.79 34.63 24.64 -
YUV 158.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 177 156 126 0 0.12 0.29 0.31 35.29 0.25 0.59
Hex B1 9C 7E 0 C 1D 1F 23 19 3B
Octal 261 234 176 0 14 35 37 43 31 73
Binary 10110001 10011100 1111110 0 1100 11101 11111 100011 11001 111011

Color Harmonies of #B19C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C7E

Black with #B19C7E

Text Example


Text Example

White with #B19C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C7E; }

 p { color: rgb(177,156,126); }

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

background-color css

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

 a { background-color: rgb(177,156,126); }

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

border-color css

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

 span { border-color: rgb(177,156,126); }

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