Html Css Color HEX #BC9035 Hokey Pokey

📋 copy color: '#BC9035'

red 188 ◦ green 144 ◦ blue 53

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

Shades of Hokey Pokey #BC9035

Tints of Hokey Pokey #BC9035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 53 (21.09% from 255) = 13.77%

R = 48.83%
G = 37.4%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC9035 (or 0xBC9035) is known color: Hokey Pokey. HEX triplet: BC, 90 and 35. RGB value is (188,144,53). Sum of RGB (Red+Green+Blue) = 188+144+53=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9035 is #436FCA. Grayscale: #939393. Windows color (decimal): -4419531 or 3510460. OLE color: 3510460.

HSL color Cylindrical-coordinate representation of color #BC9035: hue angle of 40.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9035 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 53 -
CMYK 0 0.23 0.72 0.26
HSL 40.44º 0.56% 0.47% -
HSV(B) 40.44º 0.72% 0.74% -
XYZ 31.35 30.89 7.68 -
YUV 146.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 188 144 53 0 0.23 0.72 0.26 40.44 0.56 0.47
Hex BC 90 35 0 17 48 1A 28 38 2F
Octal 274 220 65 0 27 110 32 50 70 57
Binary 10111100 10010000 110101 0 10111 1001000 11010 101000 111000 101111

Color Harmonies of #BC9035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9035

Black with #BC9035

Text Example


Text Example

White with #BC9035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9035; }

 p { color: rgb(188,144,53); }

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

background-color css

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

 a { background-color: rgb(188,144,53); }

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

border-color css

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

 span { border-color: rgb(188,144,53); }

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