Html Css Color HEX #BDB881 Coriander

📋 copy color: '#BDB881'

red 189 ◦ green 184 ◦ blue 129

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

Shades of Coriander #BDB881

Tints of Coriander #BDB881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 37.65%
G = 36.65%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB881 (or 0xBDB881) is known color: Coriander. HEX triplet: BD, B8 and 81. RGB value is (189,184,129). Sum of RGB (Red+Green+Blue) = 189+184+129=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB881 is #42477E. Grayscale: #B3B3B3. Windows color (decimal): -4343679 or 8501437. OLE color: 8501437.

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

Color convert

RGB 189 184 129 -
CMYK 0 0.03 0.32 0.26
HSL 55º 0.31% 0.62% -
HSV(B) 55º 0.32% 0.74% -
XYZ 42.09 46.68 27.56 -
YUV 179.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 189 184 129 0 0.03 0.32 0.26 55 0.31 0.62
Hex BD B8 81 0 3 20 1A 37 1F 3E
Octal 275 270 201 0 3 40 32 67 37 76
Binary 10111101 10111000 10000001 0 11 100000 11010 110111 11111 111110

Color Harmonies of #BDB881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB881

Black with #BDB881

Text Example


Text Example

White with #BDB881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB881; }

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

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

background-color css

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

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

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

border-color css

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

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

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