Html Css Color HEX #BF8933 Hokey Pokey

📋 copy color: '#BF8933'

red 191 ◦ green 137 ◦ blue 51

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

Shades of Hokey Pokey #BF8933

Tints of Hokey Pokey #BF8933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 50.4%
G = 36.15%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF8933 (or 0xBF8933) is known color: Hokey Pokey. HEX triplet: BF, 89 and 33. RGB value is (191,137,51). Sum of RGB (Red+Green+Blue) = 191+137+51=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8933 is #4076CC. Grayscale: #8F8F8F. Windows color (decimal): -4224717 or 3377599. OLE color: 3377599.

HSL color Cylindrical-coordinate representation of color #BF8933: hue angle of 36.86º 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 #BF8933 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 51 -
CMYK 0 0.28 0.73 0.25
HSL 36.86º 0.58% 0.47% -
HSV(B) 36.86º 0.73% 0.75% -
XYZ 31.03 29.21 7.13 -
YUV 143.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 191 137 51 0 0.28 0.73 0.25 36.86 0.58 0.47
Hex BF 89 33 0 1C 49 19 25 3A 2F
Octal 277 211 63 0 34 111 31 45 72 57
Binary 10111111 10001001 110011 0 11100 1001001 11001 100101 111010 101111

Color Harmonies of #BF8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8933

Black with #BF8933

Text Example


Text Example

White with #BF8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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