Html Css Color HEX #BF8C33 Hokey Pokey

📋 copy color: '#BF8C33'

red 191 ◦ green 140 ◦ blue 51

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

Shades of Hokey Pokey #BF8C33

Tints of Hokey Pokey #BF8C33

RGB

 RED value IS 191 (75% from 255) = 50%

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 50%
G = 36.65%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF8C33 (or 0xBF8C33) is known color: Hokey Pokey. HEX triplet: BF, 8C and 33. RGB value is (191,140,51). Sum of RGB (Red+Green+Blue) = 191+140+51=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C33 is #4073CC. Grayscale: #919191. Windows color (decimal): -4223949 or 3378367. OLE color: 3378367.

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

Color convert

RGB 191 140 51 -
CMYK 0 0.27 0.73 0.25
HSL 38.14º 0.58% 0.47% -
HSV(B) 38.14º 0.73% 0.75% -
XYZ 31.46 30.07 7.28 -
YUV 145.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 191 140 51 0 0.27 0.73 0.25 38.14 0.58 0.47
Hex BF 8C 33 0 1B 49 19 26 3A 2F
Octal 277 214 63 0 33 111 31 46 72 57
Binary 10111111 10001100 110011 0 11011 1001001 11001 100110 111010 101111

Color Harmonies of #BF8C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C33

Black with #BF8C33

Text Example


Text Example

White with #BF8C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C33; }

 p { color: rgb(191,140,51); }

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

background-color css

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

 a { background-color: rgb(191,140,51); }

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

border-color css

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

 span { border-color: rgb(191,140,51); }

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