Html Css Color HEX #B6B17D Coriander

📋 copy color: '#B6B17D'

red 182 ◦ green 177 ◦ blue 125

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

Shades of Coriander #B6B17D

Tints of Coriander #B6B17D

RGB

 RED value IS 182 (71.48% from 255) = 37.6%

 GREEN value IS 177 (69.53% from 255) = 36.57%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 37.6%
G = 36.57%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6B17D (or 0xB6B17D) is known color: Coriander. HEX triplet: B6, B1 and 7D. RGB value is (182,177,125). Sum of RGB (Red+Green+Blue) = 182+177+125=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B17D is #494E82. Grayscale: #ACACAC. Windows color (decimal): -4804227 or 8237494. OLE color: 8237494.

HSL color Cylindrical-coordinate representation of color #B6B17D: hue angle of 54.74º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6B17D is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 177 125 -
CMYK 0 0.03 0.31 0.29
HSL 54.74º 0.28% 0.6% -
HSV(B) 54.74º 0.31% 0.71% -
XYZ 38.72 42.87 25.64 -
YUV 172.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 182 177 125 0 0.03 0.31 0.29 54.74 0.28 0.6
Hex B6 B1 7D 0 3 1F 1D 37 1C 3C
Octal 266 261 175 0 3 37 35 67 34 74
Binary 10110110 10110001 1111101 0 11 11111 11101 110111 11100 111100

Color Harmonies of #B6B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B17D

Black with #B6B17D

Text Example


Text Example

White with #B6B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B17D; }

 p { color: rgb(182,177,125); }

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

background-color css

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

 a { background-color: rgb(182,177,125); }

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

border-color css

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

 span { border-color: rgb(182,177,125); }

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