Html Css Color HEX #BD9B6D Fallow

📋 copy color: '#BD9B6D'

red 189 ◦ green 155 ◦ blue 109

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

Shades of Fallow #BD9B6D

Tints of Fallow #BD9B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.22%

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 41.72%
G = 34.22%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD9B6D (or 0xBD9B6D) is known color: Fallow. HEX triplet: BD, 9B and 6D. RGB value is (189,155,109). Sum of RGB (Red+Green+Blue) = 189+155+109=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B6D is #426492. Grayscale: #A0A0A0. Windows color (decimal): -4351123 or 7183293. OLE color: 7183293.

HSL color Cylindrical-coordinate representation of color #BD9B6D: hue angle of 34.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD9B6D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 109 -
CMYK 0 0.18 0.42 0.26
HSL 34.5º 0.38% 0.58% -
HSV(B) 34.5º 0.42% 0.74% -
XYZ 35.47 35.37 19.42 -
YUV 159.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 189 155 109 0 0.18 0.42 0.26 34.5 0.38 0.58
Hex BD 9B 6D 0 12 2A 1A 22 26 3A
Octal 275 233 155 0 22 52 32 42 46 72
Binary 10111101 10011011 1101101 0 10010 101010 11010 100010 100110 111010

Color Harmonies of #BD9B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B6D

Black with #BD9B6D

Text Example


Text Example

White with #BD9B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B6D; }

 p { color: rgb(189,155,109); }

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

background-color css

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

 a { background-color: rgb(189,155,109); }

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

border-color css

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

 span { border-color: rgb(189,155,109); }

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