Html Css Color HEX #B2A085 Bronco

📋 copy color: '#B2A085'

red 178 ◦ green 160 ◦ blue 133

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

Shades of Bronco #B2A085

Tints of Bronco #B2A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 37.79%
G = 33.97%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B2A085 (or 0xB2A085) is known color: Bronco. HEX triplet: B2, A0 and 85. RGB value is (178,160,133). Sum of RGB (Red+Green+Blue) = 178+160+133=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A085 is #4D5F7A. Grayscale: #A2A2A2. Windows color (decimal): -5070715 or 8757426. OLE color: 8757426.

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

Color convert

RGB 178 160 133 -
CMYK 0 0.10 0.25 0.30
HSL 36º 0.23% 0.61% -
HSV(B) 36º 0.25% 0.7% -
XYZ 35.16 36.3 27.34 -
YUV 162.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 178 160 133 0 0.10 0.25 0.30 36 0.23 0.61
Hex B2 A0 85 0 A 19 1E 24 17 3D
Octal 262 240 205 0 12 31 36 44 27 75
Binary 10110010 10100000 10000101 0 1010 11001 11110 100100 10111 111101

Color Harmonies of #B2A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A085

Black with #B2A085

Text Example


Text Example

White with #B2A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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