Html Css Color HEX #BC904C Tussock

📋 copy color: '#BC904C'

red 188 ◦ green 144 ◦ blue 76

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

Shades of Tussock #BC904C

Tints of Tussock #BC904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 46.08%
G = 35.29%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC904C (or 0xBC904C) is known color: Tussock. HEX triplet: BC, 90 and 4C. RGB value is (188,144,76). Sum of RGB (Red+Green+Blue) = 188+144+76=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC904C is #436FB3. Grayscale: #959595. Windows color (decimal): -4419508 or 5017788. OLE color: 5017788.

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

Color convert

RGB 188 144 76 -
CMYK 0 0.23 0.60 0.26
HSL 36.43º 0.46% 0.52% -
HSV(B) 36.43º 0.6% 0.74% -
XYZ 32.02 31.16 11.16 -
YUV 149.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 188 144 76 0 0.23 0.60 0.26 36.43 0.46 0.52
Hex BC 90 4C 0 17 3C 1A 24 2E 34
Octal 274 220 114 0 27 74 32 44 56 64
Binary 10111100 10010000 1001100 0 10111 111100 11010 100100 101110 110100

Color Harmonies of #BC904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC904C

Black with #BC904C

Text Example


Text Example

White with #BC904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC904C; }

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

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

background-color css

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

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

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

border-color css

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

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

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