Html Css Color HEX #BF8833 Hokey Pokey

📋 copy color: '#BF8833'

red 191 ◦ green 136 ◦ blue 51

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

Shades of Hokey Pokey #BF8833

Tints of Hokey Pokey #BF8833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 50.53%
G = 35.98%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF8833 (or 0xBF8833) is known color: Hokey Pokey. HEX triplet: BF, 88 and 33. RGB value is (191,136,51). Sum of RGB (Red+Green+Blue) = 191+136+51=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8833 is #4077CC. Grayscale: #8F8F8F. Windows color (decimal): -4224973 or 3377343. OLE color: 3377343.

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

Color convert

RGB 191 136 51 -
CMYK 0 0.29 0.73 0.25
HSL 36.43º 0.58% 0.47% -
HSV(B) 36.43º 0.73% 0.75% -
XYZ 30.89 28.92 7.09 -
YUV 142.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 191 136 51 0 0.29 0.73 0.25 36.43 0.58 0.47
Hex BF 88 33 0 1D 49 19 24 3A 2F
Octal 277 210 63 0 35 111 31 44 72 57
Binary 10111111 10001000 110011 0 11101 1001001 11001 100100 111010 101111

Color Harmonies of #BF8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8833

Black with #BF8833

Text Example


Text Example

White with #BF8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8833; }

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

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

background-color css

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

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

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

border-color css

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

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

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