Html Css Color HEX #B1A083 Bronco

📋 copy color: '#B1A083'

red 177 ◦ green 160 ◦ blue 131

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

Shades of Bronco #B1A083

Tints of Bronco #B1A083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 131 (51.56% from 255) = 27.99%

R = 37.82%
G = 34.19%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B1A083 (or 0xB1A083) is known color: Bronco. HEX triplet: B1, A0 and 83. RGB value is (177,160,131). Sum of RGB (Red+Green+Blue) = 177+160+131=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A083 is #4E5F7C. Grayscale: #A1A1A1. Windows color (decimal): -5136253 or 8626353. OLE color: 8626353.

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

Color convert

RGB 177 160 131 -
CMYK 0 0.10 0.26 0.31
HSL 37.83º 0.23% 0.6% -
HSV(B) 37.83º 0.26% 0.69% -
XYZ 34.8 36.13 26.61 -
YUV 161.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 177 160 131 0 0.10 0.26 0.31 37.83 0.23 0.6
Hex B1 A0 83 0 A 1A 1F 26 17 3C
Octal 261 240 203 0 12 32 37 46 27 74
Binary 10110001 10100000 10000011 0 1010 11010 11111 100110 10111 111100

Color Harmonies of #B1A083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A083

Black with #B1A083

Text Example


Text Example

White with #B1A083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A083; }

 p { color: rgb(177,160,131); }

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

background-color css

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

 a { background-color: rgb(177,160,131); }

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

border-color css

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

 span { border-color: rgb(177,160,131); }

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