Html Css Color HEX #BC944B Tussock

📋 copy color: '#BC944B'

red 188 ◦ green 148 ◦ blue 75

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

Shades of Tussock #BC944B

Tints of Tussock #BC944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 45.74%
G = 36.01%
B = 18.25%

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

#BC944B (or 0xBC944B) is known color: Tussock. HEX triplet: BC, 94 and 4B. RGB value is (188,148,75). Sum of RGB (Red+Green+Blue) = 188+148+75=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC944B is #436BB4. Grayscale: #979797. Windows color (decimal): -4418485 or 4953276. OLE color: 4953276.

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

Color convert

RGB 188 148 75 -
CMYK 0 0.21 0.60 0.26
HSL 38.76º 0.46% 0.52% -
HSV(B) 38.76º 0.6% 0.74% -
XYZ 32.6 32.38 11.19 -
YUV 151.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 188 148 75 0 0.21 0.60 0.26 38.76 0.46 0.52
Hex BC 94 4B 0 15 3C 1A 27 2E 34
Octal 274 224 113 0 25 74 32 47 56 64
Binary 10111100 10010100 1001011 0 10101 111100 11010 100111 101110 110100

Color Harmonies of #BC944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC944B

Black with #BC944B

Text Example


Text Example

White with #BC944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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