Html Css Color HEX #BC964B Tussock

📋 copy color: '#BC964B'

red 188 ◦ green 150 ◦ blue 75

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

Shades of Tussock #BC964B

Tints of Tussock #BC964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

 BLUE value IS 75 (29.69% from 255) = 18.16%

R = 45.52%
G = 36.32%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC964B (or 0xBC964B) is known color: Tussock. HEX triplet: BC, 96 and 4B. RGB value is (188,150,75). Sum of RGB (Red+Green+Blue) = 188+150+75=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC964B is #4369B4. Grayscale: #999999. Windows color (decimal): -4417973 or 4953788. OLE color: 4953788.

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

Color convert

RGB 188 150 75 -
CMYK 0 0.20 0.60 0.26
HSL 39.82º 0.46% 0.52% -
HSV(B) 39.82º 0.6% 0.74% -
XYZ 32.92 33.01 11.29 -
YUV 152.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 188 150 75 0 0.20 0.60 0.26 39.82 0.46 0.52
Hex BC 96 4B 0 14 3C 1A 28 2E 34
Octal 274 226 113 0 24 74 32 50 56 64
Binary 10111100 10010110 1001011 0 10100 111100 11010 101000 101110 110100

Color Harmonies of #BC964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC964B

Black with #BC964B

Text Example


Text Example

White with #BC964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC964B; }

 p { color: rgb(188,150,75); }

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

background-color css

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

 a { background-color: rgb(188,150,75); }

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

border-color css

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

 span { border-color: rgb(188,150,75); }

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