Html Css Color HEX #BDB888 Coriander

📋 copy color: '#BDB888'

red 189 ◦ green 184 ◦ blue 136

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

Shades of Coriander #BDB888

Tints of Coriander #BDB888

RGB

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

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

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

R = 37.13%
G = 36.15%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDB888 (or 0xBDB888) is known color: Coriander. HEX triplet: BD, B8 and 88. RGB value is (189,184,136). Sum of RGB (Red+Green+Blue) = 189+184+136=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB888 is #424777. Grayscale: #B4B4B4. Windows color (decimal): -4343672 or 8960189. OLE color: 8960189.

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

Color convert

RGB 189 184 136 -
CMYK 0 0.03 0.28 0.26
HSL 54.34º 0.29% 0.64% -
HSV(B) 54.34º 0.28% 0.74% -
XYZ 42.57 46.88 30.1 -
YUV 180.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 189 184 136 0 0.03 0.28 0.26 54.34 0.29 0.64
Hex BD B8 88 0 3 1C 1A 36 1D 40
Octal 275 270 210 0 3 34 32 66 35 100
Binary 10111101 10111000 10001000 0 11 11100 11010 110110 11101 1000000

Color Harmonies of #BDB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB888

Black with #BDB888

Text Example


Text Example

White with #BDB888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB888; }

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

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

background-color css

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

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

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

border-color css

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

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

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