Html Css Color HEX #B1A082 Bronco

📋 copy color: '#B1A082'

red 177 ◦ green 160 ◦ blue 130

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

Shades of Bronco #B1A082

Tints of Bronco #B1A082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 37.9%
G = 34.26%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B1A082 (or 0xB1A082) is known color: Bronco. HEX triplet: B1, A0 and 82. RGB value is (177,160,130). Sum of RGB (Red+Green+Blue) = 177+160+130=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A082 is #4E5F7D. Grayscale: #A1A1A1. Windows color (decimal): -5136254 or 8560817. OLE color: 8560817.

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

Color convert

RGB 177 160 130 -
CMYK 0 0.10 0.27 0.31
HSL 38.3º 0.23% 0.6% -
HSV(B) 38.3º 0.27% 0.69% -
XYZ 34.73 36.1 26.26 -
YUV 161.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 177 160 130 0 0.10 0.27 0.31 38.3 0.23 0.6
Hex B1 A0 82 0 A 1B 1F 26 17 3C
Octal 261 240 202 0 12 33 37 46 27 74
Binary 10110001 10100000 10000010 0 1010 11011 11111 100110 10111 111100

Color Harmonies of #B1A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A082

Black with #B1A082

Text Example


Text Example

White with #B1A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A082; }

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

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

background-color css

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

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

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

border-color css

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

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

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