Html Css Color HEX #BC934D Tussock

📋 copy color: '#BC934D'

red 188 ◦ green 147 ◦ blue 77

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

Shades of Tussock #BC934D

Tints of Tussock #BC934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 45.63%
G = 35.68%
B = 18.69%

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

#BC934D (or 0xBC934D) is known color: Tussock. HEX triplet: BC, 93 and 4D. RGB value is (188,147,77). Sum of RGB (Red+Green+Blue) = 188+147+77=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC934D is #436CB2. Grayscale: #979797. Windows color (decimal): -4418739 or 5084092. OLE color: 5084092.

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

Color convert

RGB 188 147 77 -
CMYK 0 0.22 0.59 0.26
HSL 37.84º 0.45% 0.52% -
HSV(B) 37.84º 0.59% 0.74% -
XYZ 32.51 32.09 11.5 -
YUV 151.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 188 147 77 0 0.22 0.59 0.26 37.84 0.45 0.52
Hex BC 93 4D 0 16 3B 1A 26 2D 34
Octal 274 223 115 0 26 73 32 46 55 64
Binary 10111100 10010011 1001101 0 10110 111011 11010 100110 101101 110100

Color Harmonies of #BC934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC934D

Black with #BC934D

Text Example


Text Example

White with #BC934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC934D; }

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

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

background-color css

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

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

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

border-color css

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

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

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