Html Css Color HEX #B2A08A Bronco

📋 copy color: '#B2A08A'

red 178 ◦ green 160 ◦ blue 138

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

Shades of Bronco #B2A08A

Tints of Bronco #B2A08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 37.39%
G = 33.61%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A08A (or 0xB2A08A) is known color: Bronco. HEX triplet: B2, A0 and 8A. RGB value is (178,160,138). Sum of RGB (Red+Green+Blue) = 178+160+138=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A08A is #4D5F75. Grayscale: #A2A2A2. Windows color (decimal): -5070710 or 9085106. OLE color: 9085106.

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

Color convert

RGB 178 160 138 -
CMYK 0 0.10 0.22 0.30
HSL 33º 0.21% 0.62% -
HSV(B) 33º 0.22% 0.7% -
XYZ 35.52 36.44 29.21 -
YUV 162.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 178 160 138 0 0.10 0.22 0.30 33 0.21 0.62
Hex B2 A0 8A 0 A 16 1E 21 15 3E
Octal 262 240 212 0 12 26 36 41 25 76
Binary 10110010 10100000 10001010 0 1010 10110 11110 100001 10101 111110

Color Harmonies of #B2A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A08A

Black with #B2A08A

Text Example


Text Example

White with #B2A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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