Html Css Color HEX #BDB88B Coriander

📋 copy color: '#BDB88B'

red 189 ◦ green 184 ◦ blue 139

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

Shades of Coriander #BDB88B

Tints of Coriander #BDB88B

RGB

 RED value IS 189 (74.22% from 255) = 36.91%

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 36.91%
G = 35.94%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDB88B (or 0xBDB88B) is known color: Coriander. HEX triplet: BD, B8 and 8B. RGB value is (189,184,139). Sum of RGB (Red+Green+Blue) = 189+184+139=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB88B is #424774. Grayscale: #B4B4B4. Windows color (decimal): -4343669 or 9156797. OLE color: 9156797.

HSL color Cylindrical-coordinate representation of color #BDB88B: hue angle of 54º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB88B is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 139 -
CMYK 0 0.03 0.26 0.26
HSL 54º 0.27% 0.64% -
HSV(B) 54º 0.26% 0.74% -
XYZ 42.79 46.96 31.24 -
YUV 180.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 189 184 139 0 0.03 0.26 0.26 54 0.27 0.64
Hex BD B8 8B 0 3 1A 1A 36 1B 40
Octal 275 270 213 0 3 32 32 66 33 100
Binary 10111101 10111000 10001011 0 11 11010 11010 110110 11011 1000000

Color Harmonies of #BDB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB88B

Black with #BDB88B

Text Example


Text Example

White with #BDB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB88B; }

 p { color: rgb(189,184,139); }

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

background-color css

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

 a { background-color: rgb(189,184,139); }

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

border-color css

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

 span { border-color: rgb(189,184,139); }

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