Html Css Color HEX #B3AF85 Coriander

📋 copy color: '#B3AF85'

red 179 ◦ green 175 ◦ blue 133

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

Shades of Coriander #B3AF85

Tints of Coriander #B3AF85

RGB

 RED value IS 179 (70.31% from 255) = 36.76%

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

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

R = 36.76%
G = 35.93%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B3AF85 (or 0xB3AF85) is known color: Coriander. HEX triplet: B3, AF and 85. RGB value is (179,175,133). Sum of RGB (Red+Green+Blue) = 179+175+133=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF85 is #4C507A. Grayscale: #ABABAB. Windows color (decimal): -5001339 or 8761267. OLE color: 8761267.

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

Color convert

RGB 179 175 133 -
CMYK 0 0.02 0.26 0.30
HSL 54.78º 0.23% 0.61% -
HSV(B) 54.78º 0.26% 0.7% -
XYZ 38.15 41.94 28.27 -
YUV 171.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 179 175 133 0 0.02 0.26 0.30 54.78 0.23 0.61
Hex B3 AF 85 0 2 1A 1E 37 17 3D
Octal 263 257 205 0 2 32 36 67 27 75
Binary 10110011 10101111 10000101 0 10 11010 11110 110111 10111 111101

Color Harmonies of #B3AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF85

Black with #B3AF85

Text Example


Text Example

White with #B3AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF85; }

 p { color: rgb(179,175,133); }

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

background-color css

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

 a { background-color: rgb(179,175,133); }

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

border-color css

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

 span { border-color: rgb(179,175,133); }

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