#B8B27F

Color #B8B27F Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #B8B27F

Tints of Coriander #B8B27F

Color information

#B8B27F (or 0xB8B27F) is unknown color: approx Coriander. HEX triplet: B8, B2 and 7F. RGB value is (184,178,127). Sum of RGB (Red+Green+Blue) = 184+178+127=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B27F is #474D80. Grayscale: #AEAEAE. Windows color (decimal): -4672897 or 8368824. OLE color: 8368824.

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

Color convert

RGB184178127-
CMYK00.030.310.28
HSL53.68º28.64%60.98%-
HSV(B)53.68º30.98%72.16%-
XYZ39.5243.5626.4-
YUV173.98101.49135.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 127 (50% from 255) = 25.97%
R=37.63%
G=36.40%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417812700.030.310.2853.6828.6460.98
HexB8B27F031F1C361d3d
Octal270262177033734663575
Binary10111000101100101111111011111111110011011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B27F; }

 p { color: rgb(184,178,127); }

 H1.HeaderClassName
 {
   color: #B8B27F;
 }
 .AnyTagClassName
 {
   color: #B8B27F;
 }
</style>
background-color css

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

 a { background-color: rgb(184,178,127); }

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

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

 span { border-color: rgb(184,178,127); }

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