Html Css Color HEX #B1A081 Bronco

📋 copy color: '#B1A081'

red 177 ◦ green 160 ◦ blue 129

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

Shades of Bronco #B1A081

Tints of Bronco #B1A081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 37.98%
G = 34.33%
B = 27.68%

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

#B1A081 (or 0xB1A081) is known color: Bronco. HEX triplet: B1, A0 and 81. RGB value is (177,160,129). Sum of RGB (Red+Green+Blue) = 177+160+129=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A081 is #4E5F7E. Grayscale: #A1A1A1. Windows color (decimal): -5136255 or 8495281. OLE color: 8495281.

HSL color Cylindrical-coordinate representation of color #B1A081: hue angle of 38.75º degrees, saturation: 0.24, 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 #B1A081 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 129 -
CMYK 0 0.10 0.27 0.31
HSL 38.75º 0.24% 0.6% -
HSV(B) 38.75º 0.27% 0.69% -
XYZ 34.66 36.07 25.9 -
YUV 161.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 177 160 129 0 0.10 0.27 0.31 38.75 0.24 0.6
Hex B1 A0 81 0 A 1B 1F 27 18 3C
Octal 261 240 201 0 12 33 37 47 30 74
Binary 10110001 10100000 10000001 0 1010 11011 11111 100111 11000 111100

Color Harmonies of #B1A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A081

Black with #B1A081

Text Example


Text Example

White with #B1A081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A081; }

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

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

background-color css

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

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

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

border-color css

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

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

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