Html Css Color HEX #BC934C Tussock

📋 copy color: '#BC934C'

red 188 ◦ green 147 ◦ blue 76

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

Shades of Tussock #BC934C

Tints of Tussock #BC934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 45.74%
G = 35.77%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC934C (or 0xBC934C) is known color: Tussock. HEX triplet: BC, 93 and 4C. RGB value is (188,147,76). Sum of RGB (Red+Green+Blue) = 188+147+76=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC934C is #436CB3. Grayscale: #979797. Windows color (decimal): -4418740 or 5018556. OLE color: 5018556.

HSL color Cylindrical-coordinate representation of color #BC934C: hue angle of 38.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC934C is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 76 -
CMYK 0 0.22 0.60 0.26
HSL 38.04º 0.46% 0.52% -
HSV(B) 38.04º 0.6% 0.74% -
XYZ 32.48 32.08 11.32 -
YUV 151.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 188 147 76 0 0.22 0.60 0.26 38.04 0.46 0.52
Hex BC 93 4C 0 16 3C 1A 26 2E 34
Octal 274 223 114 0 26 74 32 46 56 64
Binary 10111100 10010011 1001100 0 10110 111100 11010 100110 101110 110100

Color Harmonies of #BC934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC934C

Black with #BC934C

Text Example


Text Example

White with #BC934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC934C; }

 p { color: rgb(188,147,76); }

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

background-color css

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

 a { background-color: rgb(188,147,76); }

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

border-color css

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

 span { border-color: rgb(188,147,76); }

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