Html Css Color HEX #BDB68B Coriander

📋 copy color: '#BDB68B'

red 189 ◦ green 182 ◦ blue 139

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

Shades of Coriander #BDB68B

Tints of Coriander #BDB68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 37.06%
G = 35.69%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDB68B (or 0xBDB68B) is known color: Coriander. HEX triplet: BD, B6 and 8B. RGB value is (189,182,139). Sum of RGB (Red+Green+Blue) = 189+182+139=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB68B is #424974. Grayscale: #B3B3B3. Windows color (decimal): -4344181 or 9156285. OLE color: 9156285.

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

Color convert

RGB 189 182 139 -
CMYK 0 0.04 0.26 0.26
HSL 51.6º 0.27% 0.64% -
HSV(B) 51.6º 0.26% 0.74% -
XYZ 42.37 46.14 31.1 -
YUV 179.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 189 182 139 0 0.04 0.26 0.26 51.6 0.27 0.64
Hex BD B6 8B 0 4 1A 1A 34 1B 40
Octal 275 266 213 0 4 32 32 64 33 100
Binary 10111101 10110110 10001011 0 100 11010 11010 110100 11011 1000000

Color Harmonies of #BDB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB68B

Black with #BDB68B

Text Example


Text Example

White with #BDB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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