Html Css Color HEX #BDBA88 Coriander

📋 copy color: '#BDBA88'

red 189 ◦ green 186 ◦ blue 136

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

Shades of Coriander #BDBA88

Tints of Coriander #BDBA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

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

R = 36.99%
G = 36.4%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDBA88 (or 0xBDBA88) is known color: Coriander. HEX triplet: BD, BA and 88. RGB value is (189,186,136). Sum of RGB (Red+Green+Blue) = 189+186+136=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA88 is #424577. Grayscale: #B5B5B5. Windows color (decimal): -4343160 or 8960701. OLE color: 8960701.

HSL color Cylindrical-coordinate representation of color #BDBA88: hue angle of 56.6º 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 #BDBA88 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 136 -
CMYK 0 0.02 0.28 0.26
HSL 56.6º 0.29% 0.64% -
HSV(B) 56.6º 0.28% 0.74% -
XYZ 42.99 47.71 30.24 -
YUV 181.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 189 186 136 0 0.02 0.28 0.26 56.6 0.29 0.64
Hex BD BA 88 0 2 1C 1A 39 1D 40
Octal 275 272 210 0 2 34 32 71 35 100
Binary 10111101 10111010 10001000 0 10 11100 11010 111001 11101 1000000

Color Harmonies of #BDBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA88

Black with #BDBA88

Text Example


Text Example

White with #BDBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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