Html Css Color HEX #BC934B Tussock

📋 copy color: '#BC934B'

red 188 ◦ green 147 ◦ blue 75

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

Shades of Tussock #BC934B

Tints of Tussock #BC934B

RGB

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

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

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

R = 45.85%
G = 35.85%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC934B (or 0xBC934B) is known color: Tussock. HEX triplet: BC, 93 and 4B. RGB value is (188,147,75). Sum of RGB (Red+Green+Blue) = 188+147+75=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC934B is #436CB4. Grayscale: #979797. Windows color (decimal): -4418741 or 4953020. OLE color: 4953020.

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

Color convert

RGB 188 147 75 -
CMYK 0 0.22 0.60 0.26
HSL 38.23º 0.46% 0.52% -
HSV(B) 38.23º 0.6% 0.74% -
XYZ 32.44 32.07 11.14 -
YUV 151.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 188 147 75 0 0.22 0.60 0.26 38.23 0.46 0.52
Hex BC 93 4B 0 16 3C 1A 26 2E 34
Octal 274 223 113 0 26 74 32 46 56 64
Binary 10111100 10010011 1001011 0 10110 111100 11010 100110 101110 110100

Color Harmonies of #BC934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC934B

Black with #BC934B

Text Example


Text Example

White with #BC934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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