Html Css Color HEX #BC8B2F Hokey Pokey

📋 copy color: '#BC8B2F'

red 188 ◦ green 139 ◦ blue 47

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

Shades of Hokey Pokey #BC8B2F

Tints of Hokey Pokey #BC8B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 50.27%
G = 37.17%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC8B2F (or 0xBC8B2F) is known color: Hokey Pokey. HEX triplet: BC, 8B and 2F. RGB value is (188,139,47). Sum of RGB (Red+Green+Blue) = 188+139+47=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B2F is #4374D0. Grayscale: #8F8F8F. Windows color (decimal): -4420817 or 3115964. OLE color: 3115964.

HSL color Cylindrical-coordinate representation of color #BC8B2F: hue angle of 39.15º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC8B2F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 47 -
CMYK 0 0.26 0.75 0.26
HSL 39.15º 0.6% 0.46% -
HSV(B) 39.15º 0.75% 0.74% -
XYZ 30.48 29.36 6.75 -
YUV 143.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 188 139 47 0 0.26 0.75 0.26 39.15 0.6 0.46
Hex BC 8B 2F 0 1A 4B 1A 27 3C 2E
Octal 274 213 57 0 32 113 32 47 74 56
Binary 10111100 10001011 101111 0 11010 1001011 11010 100111 111100 101110

Color Harmonies of #BC8B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B2F

Black with #BC8B2F

Text Example


Text Example

White with #BC8B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B2F; }

 p { color: rgb(188,139,47); }

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

background-color css

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

 a { background-color: rgb(188,139,47); }

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

border-color css

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

 span { border-color: rgb(188,139,47); }

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