Html Css Color HEX #B2A07D Bronco

📋 copy color: '#B2A07D'

red 178 ◦ green 160 ◦ blue 125

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

Shades of Bronco #B2A07D

Tints of Bronco #B2A07D

RGB

 RED value IS 178 (69.92% from 255) = 38.44%

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

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

R = 38.44%
G = 34.56%
B = 27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2A07D (or 0xB2A07D) is known color: Bronco. HEX triplet: B2, A0 and 7D. RGB value is (178,160,125). Sum of RGB (Red+Green+Blue) = 178+160+125=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A07D is #4D5F82. Grayscale: #A1A1A1. Windows color (decimal): -5070723 or 8233138. OLE color: 8233138.

HSL color Cylindrical-coordinate representation of color #B2A07D: hue angle of 39.62º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2A07D is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 125 -
CMYK 0 0.10 0.30 0.30
HSL 39.62º 0.26% 0.59% -
HSV(B) 39.62º 0.3% 0.7% -
XYZ 34.63 36.09 24.54 -
YUV 161.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 178 160 125 0 0.10 0.30 0.30 39.62 0.26 0.59
Hex B2 A0 7D 0 A 1E 1E 28 1A 3B
Octal 262 240 175 0 12 36 36 50 32 73
Binary 10110010 10100000 1111101 0 1010 11110 11110 101000 11010 111011

Color Harmonies of #B2A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A07D

Black with #B2A07D

Text Example


Text Example

White with #B2A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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