Html Css Color HEX #BC924D Tussock

📋 copy color: '#BC924D'

red 188 ◦ green 146 ◦ blue 77

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

Shades of Tussock #BC924D

Tints of Tussock #BC924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 45.74%
G = 35.52%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC924D (or 0xBC924D) is known color: Tussock. HEX triplet: BC, 92 and 4D. RGB value is (188,146,77). Sum of RGB (Red+Green+Blue) = 188+146+77=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC924D is #436DB2. Grayscale: #979797. Windows color (decimal): -4418995 or 5083836. OLE color: 5083836.

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

Color convert

RGB 188 146 77 -
CMYK 0 0.22 0.59 0.26
HSL 37.3º 0.45% 0.52% -
HSV(B) 37.3º 0.59% 0.74% -
XYZ 32.36 31.78 11.45 -
YUV 150.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 188 146 77 0 0.22 0.59 0.26 37.3 0.45 0.52
Hex BC 92 4D 0 16 3B 1A 25 2D 34
Octal 274 222 115 0 26 73 32 45 55 64
Binary 10111100 10010010 1001101 0 10110 111011 11010 100101 101101 110100

Color Harmonies of #BC924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC924D

Black with #BC924D

Text Example


Text Example

White with #BC924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC924D; }

 p { color: rgb(188,146,77); }

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

background-color css

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

 a { background-color: rgb(188,146,77); }

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

border-color css

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

 span { border-color: rgb(188,146,77); }

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