Html Css Color HEX #BC976B Fallow

📋 copy color: '#BC976B'

red 188 ◦ green 151 ◦ blue 107

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

Shades of Fallow #BC976B

Tints of Fallow #BC976B

RGB

 RED value IS 188 (73.83% from 255) = 42.15%

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

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

R = 42.15%
G = 33.86%
B = 23.99%

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

#BC976B (or 0xBC976B) is known color: Fallow. HEX triplet: BC, 97 and 6B. RGB value is (188,151,107). Sum of RGB (Red+Green+Blue) = 188+151+107=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC976B is #436894. Grayscale: #9D9D9D. Windows color (decimal): -4417685 or 7051196. OLE color: 7051196.

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

Color convert

RGB 188 151 107 -
CMYK 0 0.20 0.43 0.26
HSL 32.59º 0.38% 0.58% -
HSV(B) 32.59º 0.43% 0.74% -
XYZ 34.46 33.89 18.63 -
YUV 157.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 188 151 107 0 0.20 0.43 0.26 32.59 0.38 0.58
Hex BC 97 6B 0 14 2B 1A 21 26 3A
Octal 274 227 153 0 24 53 32 41 46 72
Binary 10111100 10010111 1101011 0 10100 101011 11010 100001 100110 111010

Color Harmonies of #BC976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC976B

Black with #BC976B

Text Example


Text Example

White with #BC976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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