Html Css Color HEX #B2AF88 Coriander

📋 copy color: '#B2AF88'

red 178 ◦ green 175 ◦ blue 136

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

Shades of Coriander #B2AF88

Tints of Coriander #B2AF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 36.4%
G = 35.79%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B2AF88 (or 0xB2AF88) is known color: Coriander. HEX triplet: B2, AF and 88. RGB value is (178,175,136). Sum of RGB (Red+Green+Blue) = 178+175+136=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF88 is #4D5077. Grayscale: #ABABAB. Windows color (decimal): -5066872 or 8957874. OLE color: 8957874.

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

Color convert

RGB 178 175 136 -
CMYK 0 0.02 0.24 0.30
HSL 55.71º 0.21% 0.62% -
HSV(B) 55.71º 0.24% 0.7% -
XYZ 38.13 41.9 29.37 -
YUV 171.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 178 175 136 0 0.02 0.24 0.30 55.71 0.21 0.62
Hex B2 AF 88 0 2 18 1E 38 15 3E
Octal 262 257 210 0 2 30 36 70 25 76
Binary 10110010 10101111 10001000 0 10 11000 11110 111000 10101 111110

Color Harmonies of #B2AF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF88

Black with #B2AF88

Text Example


Text Example

White with #B2AF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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