Html Css Color HEX #B2AF86 Coriander

📋 copy color: '#B2AF86'

red 178 ◦ green 175 ◦ blue 134

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

Shades of Coriander #B2AF86

Tints of Coriander #B2AF86

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 36.55%
G = 35.93%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B2AF86 (or 0xB2AF86) is known color: Coriander. HEX triplet: B2, AF and 86. RGB value is (178,175,134). Sum of RGB (Red+Green+Blue) = 178+175+134=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF86 is #4D5079. Grayscale: #ABABAB. Windows color (decimal): -5066874 or 8826802. OLE color: 8826802.

HSL color Cylindrical-coordinate representation of color #B2AF86: hue angle of 55.91º degrees, saturation: 0.22, 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 #B2AF86 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 134 -
CMYK 0 0.02 0.25 0.30
HSL 55.91º 0.22% 0.61% -
HSV(B) 55.91º 0.25% 0.7% -
XYZ 37.99 41.85 28.63 -
YUV 171.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 178 175 134 0 0.02 0.25 0.30 55.91 0.22 0.61
Hex B2 AF 86 0 2 19 1E 38 16 3D
Octal 262 257 206 0 2 31 36 70 26 75
Binary 10110010 10101111 10000110 0 10 11001 11110 111000 10110 111101

Color Harmonies of #B2AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF86

Black with #B2AF86

Text Example


Text Example

White with #B2AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF86; }

 p { color: rgb(178,175,134); }

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

background-color css

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

 a { background-color: rgb(178,175,134); }

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

border-color css

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

 span { border-color: rgb(178,175,134); }

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