Html Css Color HEX #BC9436 Hokey Pokey

📋 copy color: '#BC9436'

red 188 ◦ green 148 ◦ blue 54

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

Shades of Hokey Pokey #BC9436

Tints of Hokey Pokey #BC9436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 48.21%
G = 37.95%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC9436 (or 0xBC9436) is known color: Hokey Pokey. HEX triplet: BC, 94 and 36. RGB value is (188,148,54). Sum of RGB (Red+Green+Blue) = 188+148+54=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9436 is #436BC9. Grayscale: #959595. Windows color (decimal): -4418506 or 3577020. OLE color: 3577020.

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

Color convert

RGB 188 148 54 -
CMYK 0 0.21 0.71 0.26
HSL 42.09º 0.55% 0.47% -
HSV(B) 42.09º 0.71% 0.74% -
XYZ 31.99 32.14 8.01 -
YUV 149.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 188 148 54 0 0.21 0.71 0.26 42.09 0.55 0.47
Hex BC 94 36 0 15 47 1A 2A 37 2F
Octal 274 224 66 0 25 107 32 52 67 57
Binary 10111100 10010100 110110 0 10101 1000111 11010 101010 110111 101111

Color Harmonies of #BC9436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9436

Black with #BC9436

Text Example


Text Example

White with #BC9436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9436; }

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

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

background-color css

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

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

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

border-color css

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

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

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