Html Css Color HEX #BC924F Tussock

📋 copy color: '#BC924F'

red 188 ◦ green 146 ◦ blue 79

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

Shades of Tussock #BC924F

Tints of Tussock #BC924F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 45.52%
G = 35.35%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC924F (or 0xBC924F) is known color: Tussock. HEX triplet: BC, 92 and 4F. RGB value is (188,146,79). Sum of RGB (Red+Green+Blue) = 188+146+79=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC924F is #436DB0. Grayscale: #979797. Windows color (decimal): -4418993 or 5214908. OLE color: 5214908.

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

Color convert

RGB 188 146 79 -
CMYK 0 0.22 0.58 0.26
HSL 36.88º 0.45% 0.52% -
HSV(B) 36.88º 0.58% 0.74% -
XYZ 32.43 31.81 11.83 -
YUV 150.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 188 146 79 0 0.22 0.58 0.26 36.88 0.45 0.52
Hex BC 92 4F 0 16 3A 1A 25 2D 34
Octal 274 222 117 0 26 72 32 45 55 64
Binary 10111100 10010010 1001111 0 10110 111010 11010 100101 101101 110100

Color Harmonies of #BC924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC924F

Black with #BC924F

Text Example


Text Example

White with #BC924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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