Html Css Color HEX #BC8A33 Hokey Pokey

📋 copy color: '#BC8A33'

red 188 ◦ green 138 ◦ blue 51

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

Shades of Hokey Pokey #BC8A33

Tints of Hokey Pokey #BC8A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 49.87%
G = 36.6%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8A33 (or 0xBC8A33) is known color: Hokey Pokey. HEX triplet: BC, 8A and 33. RGB value is (188,138,51). Sum of RGB (Red+Green+Blue) = 188+138+51=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A33 is #4375CC. Grayscale: #8F8F8F. Windows color (decimal): -4421069 or 3377852. OLE color: 3377852.

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

Color convert

RGB 188 138 51 -
CMYK 0 0.27 0.73 0.26
HSL 38.1º 0.57% 0.47% -
HSV(B) 38.1º 0.73% 0.74% -
XYZ 30.43 29.11 7.15 -
YUV 143.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 188 138 51 0 0.27 0.73 0.26 38.1 0.57 0.47
Hex BC 8A 33 0 1B 49 1A 26 39 2F
Octal 274 212 63 0 33 111 32 46 71 57
Binary 10111100 10001010 110011 0 11011 1001001 11010 100110 111001 101111

Color Harmonies of #BC8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A33

Black with #BC8A33

Text Example


Text Example

White with #BC8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A33; }

 p { color: rgb(188,138,51); }

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

background-color css

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

 a { background-color: rgb(188,138,51); }

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

border-color css

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

 span { border-color: rgb(188,138,51); }

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