Html Css Color HEX #B1A07D Bronco

📋 copy color: '#B1A07D'

red 177 ◦ green 160 ◦ blue 125

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

Shades of Bronco #B1A07D

Tints of Bronco #B1A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 38.31%
G = 34.63%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1A07D (or 0xB1A07D) is known color: Bronco. HEX triplet: B1, A0 and 7D. RGB value is (177,160,125). Sum of RGB (Red+Green+Blue) = 177+160+125=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A07D is #4E5F82. Grayscale: #A1A1A1. Windows color (decimal): -5136259 or 8233137. OLE color: 8233137.

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

Color convert

RGB 177 160 125 -
CMYK 0 0.10 0.29 0.31
HSL 40.38º 0.25% 0.59% -
HSV(B) 40.38º 0.29% 0.69% -
XYZ 34.4 35.97 24.53 -
YUV 161.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 177 160 125 0 0.10 0.29 0.31 40.38 0.25 0.59
Hex B1 A0 7D 0 A 1D 1F 28 19 3B
Octal 261 240 175 0 12 35 37 50 31 73
Binary 10110001 10100000 1111101 0 1010 11101 11111 101000 11001 111011

Color Harmonies of #B1A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A07D

Black with #B1A07D

Text Example


Text Example

White with #B1A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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