Html Css Color HEX #BDB68E Coriander

📋 copy color: '#BDB68E'

red 189 ◦ green 182 ◦ blue 142

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

Shades of Coriander #BDB68E

Tints of Coriander #BDB68E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.48%

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

R = 36.84%
G = 35.48%
B = 27.68%

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

#BDB68E (or 0xBDB68E) is known color: Coriander. HEX triplet: BD, B6 and 8E. RGB value is (189,182,142). Sum of RGB (Red+Green+Blue) = 189+182+142=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB68E is #424971. Grayscale: #B3B3B3. Windows color (decimal): -4344178 or 9352893. OLE color: 9352893.

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

Color convert

RGB 189 182 142 -
CMYK 0 0.04 0.25 0.26
HSL 51.06º 0.26% 0.65% -
HSV(B) 51.06º 0.25% 0.74% -
XYZ 42.6 46.23 32.27 -
YUV 179.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 189 182 142 0 0.04 0.25 0.26 51.06 0.26 0.65
Hex BD B6 8E 0 4 19 1A 33 1A 41
Octal 275 266 216 0 4 31 32 63 32 101
Binary 10111101 10110110 10001110 0 100 11001 11010 110011 11010 1000001

Color Harmonies of #BDB68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB68E

Black with #BDB68E

Text Example


Text Example

White with #BDB68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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