Html Css Color HEX #BC954B Tussock

📋 copy color: '#BC954B'

red 188 ◦ green 149 ◦ blue 75

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

Shades of Tussock #BC954B

Tints of Tussock #BC954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

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

R = 45.63%
G = 36.17%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC954B (or 0xBC954B) is known color: Tussock. HEX triplet: BC, 95 and 4B. RGB value is (188,149,75). Sum of RGB (Red+Green+Blue) = 188+149+75=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC954B is #436AB4. Grayscale: #989898. Windows color (decimal): -4418229 or 4953532. OLE color: 4953532.

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

Color convert

RGB 188 149 75 -
CMYK 0 0.21 0.60 0.26
HSL 39.29º 0.46% 0.52% -
HSV(B) 39.29º 0.6% 0.74% -
XYZ 32.76 32.69 11.24 -
YUV 152.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 188 149 75 0 0.21 0.60 0.26 39.29 0.46 0.52
Hex BC 95 4B 0 15 3C 1A 27 2E 34
Octal 274 225 113 0 25 74 32 47 56 64
Binary 10111100 10010101 1001011 0 10101 111100 11010 100111 101110 110100

Color Harmonies of #BC954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC954B

Black with #BC954B

Text Example


Text Example

White with #BC954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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