Html Css Color HEX #BDBB8A Coriander

📋 copy color: '#BDBB8A'

red 189 ◦ green 187 ◦ blue 138

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

Shades of Coriander #BDBB8A

Tints of Coriander #BDBB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

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

R = 36.77%
G = 36.38%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BDBB8A (or 0xBDBB8A) is known color: Coriander. HEX triplet: BD, BB and 8A. RGB value is (189,187,138). Sum of RGB (Red+Green+Blue) = 189+187+138=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8A is #424475. Grayscale: #B6B6B6. Windows color (decimal): -4342902 or 9092029. OLE color: 9092029.

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

Color convert

RGB 189 187 138 -
CMYK 0 0.01 0.27 0.26
HSL 57.65º 0.28% 0.64% -
HSV(B) 57.65º 0.27% 0.74% -
XYZ 43.34 48.19 31.06 -
YUV 182.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 189 187 138 0 0.01 0.27 0.26 57.65 0.28 0.64
Hex BD BB 8A 0 1 1B 1A 3A 1C 40
Octal 275 273 212 0 1 33 32 72 34 100
Binary 10111101 10111011 10001010 0 1 11011 11010 111010 11100 1000000

Color Harmonies of #BDBB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB8A

Black with #BDBB8A

Text Example


Text Example

White with #BDBB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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