Html Css Color HEX #BDB58E Coriander

📋 copy color: '#BDB58E'

red 189 ◦ green 181 ◦ blue 142

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

Shades of Coriander #BDB58E

Tints of Coriander #BDB58E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 36.91%
G = 35.35%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDB58E (or 0xBDB58E) is known color: Coriander. HEX triplet: BD, B5 and 8E. RGB value is (189,181,142). Sum of RGB (Red+Green+Blue) = 189+181+142=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB58E is #424A71. Grayscale: #B3B3B3. Windows color (decimal): -4344434 or 9352637. OLE color: 9352637.

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

Color convert

RGB 189 181 142 -
CMYK 0 0.04 0.25 0.26
HSL 49.79º 0.26% 0.65% -
HSV(B) 49.79º 0.25% 0.74% -
XYZ 42.39 45.82 32.2 -
YUV 178.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 189 181 142 0 0.04 0.25 0.26 49.79 0.26 0.65
Hex BD B5 8E 0 4 19 1A 32 1A 41
Octal 275 265 216 0 4 31 32 62 32 101
Binary 10111101 10110101 10001110 0 100 11001 11010 110010 11010 1000001

Color Harmonies of #BDB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB58E

Black with #BDB58E

Text Example


Text Example

White with #BDB58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB58E; }

 p { color: rgb(189,181,142); }

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

background-color css

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

 a { background-color: rgb(189,181,142); }

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

border-color css

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

 span { border-color: rgb(189,181,142); }

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