Html Css Color HEX #BD976B Fallow

📋 copy color: '#BD976B'

red 189 ◦ green 151 ◦ blue 107

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

Shades of Fallow #BD976B

Tints of Fallow #BD976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.78%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 42.28%
G = 33.78%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD976B (or 0xBD976B) is known color: Fallow. HEX triplet: BD, 97 and 6B. RGB value is (189,151,107). Sum of RGB (Red+Green+Blue) = 189+151+107=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD976B is #426894. Grayscale: #9D9D9D. Windows color (decimal): -4352149 or 7051197. OLE color: 7051197.

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

Color convert

RGB 189 151 107 -
CMYK 0 0.20 0.43 0.26
HSL 32.2º 0.38% 0.58% -
HSV(B) 32.2º 0.43% 0.74% -
XYZ 34.71 34.01 18.65 -
YUV 157.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 189 151 107 0 0.20 0.43 0.26 32.2 0.38 0.58
Hex BD 97 6B 0 14 2B 1A 20 26 3A
Octal 275 227 153 0 24 53 32 40 46 72
Binary 10111101 10010111 1101011 0 10100 101011 11010 100000 100110 111010

Color Harmonies of #BD976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD976B

Black with #BD976B

Text Example


Text Example

White with #BD976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD976B; }

 p { color: rgb(189,151,107); }

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

background-color css

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

 a { background-color: rgb(189,151,107); }

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

border-color css

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

 span { border-color: rgb(189,151,107); }

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