Html Css Color HEX #B2A07E Bronco

📋 copy color: '#B2A07E'

red 178 ◦ green 160 ◦ blue 126

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

Shades of Bronco #B2A07E

Tints of Bronco #B2A07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 38.36%
G = 34.48%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2A07E (or 0xB2A07E) is known color: Bronco. HEX triplet: B2, A0 and 7E. RGB value is (178,160,126). Sum of RGB (Red+Green+Blue) = 178+160+126=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A07E is #4D5F81. Grayscale: #A1A1A1. Windows color (decimal): -5070722 or 8298674. OLE color: 8298674.

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

Color convert

RGB 178 160 126 -
CMYK 0 0.10 0.29 0.30
HSL 39.23º 0.25% 0.6% -
HSV(B) 39.23º 0.29% 0.7% -
XYZ 34.7 36.11 24.88 -
YUV 161.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 178 160 126 0 0.10 0.29 0.30 39.23 0.25 0.6
Hex B2 A0 7E 0 A 1D 1E 27 19 3C
Octal 262 240 176 0 12 35 36 47 31 74
Binary 10110010 10100000 1111110 0 1010 11101 11110 100111 11001 111100

Color Harmonies of #B2A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A07E

Black with #B2A07E

Text Example


Text Example

White with #B2A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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