Html Css Color HEX #BF963A Hokey Pokey

📋 copy color: '#BF963A'

red 191 ◦ green 150 ◦ blue 58

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

Shades of Hokey Pokey #BF963A

Tints of Hokey Pokey #BF963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 47.87%
G = 37.59%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF963A (or 0xBF963A) is known color: Hokey Pokey. HEX triplet: BF, 96 and 3A. RGB value is (191,150,58). Sum of RGB (Red+Green+Blue) = 191+150+58=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF963A is #4069C5. Grayscale: #989898. Windows color (decimal): -4221382 or 3839679. OLE color: 3839679.

HSL color Cylindrical-coordinate representation of color #BF963A: hue angle of 41.5º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF963A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 150 58 -
CMYK 0 0.21 0.70 0.25
HSL 41.5º 0.53% 0.49% -
HSV(B) 41.5º 0.7% 0.75% -
XYZ 33.16 33.19 8.66 -
YUV 151.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 191 150 58 0 0.21 0.70 0.25 41.5 0.53 0.49
Hex BF 96 3A 0 15 46 19 2A 35 31
Octal 277 226 72 0 25 106 31 52 65 61
Binary 10111111 10010110 111010 0 10101 1000110 11001 101010 110101 110001

Color Harmonies of #BF963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF963A

Black with #BF963A

Text Example


Text Example

White with #BF963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF963A; }

 p { color: rgb(191,150,58); }

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

background-color css

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

 a { background-color: rgb(191,150,58); }

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

border-color css

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

 span { border-color: rgb(191,150,58); }

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