Html Css Color HEX #BDB88A Coriander

📋 copy color: '#BDB88A'

red 189 ◦ green 184 ◦ blue 138

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

Shades of Coriander #BDB88A

Tints of Coriander #BDB88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 36.99%
G = 36.01%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BDB88A (or 0xBDB88A) is known color: Coriander. HEX triplet: BD, B8 and 8A. RGB value is (189,184,138). Sum of RGB (Red+Green+Blue) = 189+184+138=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB88A is #424775. Grayscale: #B4B4B4. Windows color (decimal): -4343670 or 9091261. OLE color: 9091261.

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

Color convert

RGB 189 184 138 -
CMYK 0 0.03 0.27 0.26
HSL 54.12º 0.28% 0.64% -
HSV(B) 54.12º 0.27% 0.74% -
XYZ 42.71 46.93 30.85 -
YUV 180.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 189 184 138 0 0.03 0.27 0.26 54.12 0.28 0.64
Hex BD B8 8A 0 3 1B 1A 36 1C 40
Octal 275 270 212 0 3 33 32 66 34 100
Binary 10111101 10111000 10001010 0 11 11011 11010 110110 11100 1000000

Color Harmonies of #BDB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB88A

Black with #BDB88A

Text Example


Text Example

White with #BDB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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