Html Css Color HEX #BF8C35 Hokey Pokey

📋 copy color: '#BF8C35'

red 191 ◦ green 140 ◦ blue 53

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

Shades of Hokey Pokey #BF8C35

Tints of Hokey Pokey #BF8C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 49.74%
G = 36.46%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF8C35 (or 0xBF8C35) is known color: Hokey Pokey. HEX triplet: BF, 8C and 35. RGB value is (191,140,53). Sum of RGB (Red+Green+Blue) = 191+140+53=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C35 is #4073CA. Grayscale: #919191. Windows color (decimal): -4223947 or 3509439. OLE color: 3509439.

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

Color convert

RGB 191 140 53 -
CMYK 0 0.27 0.72 0.25
HSL 37.83º 0.57% 0.48% -
HSV(B) 37.83º 0.72% 0.75% -
XYZ 31.51 30.09 7.52 -
YUV 145.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 191 140 53 0 0.27 0.72 0.25 37.83 0.57 0.48
Hex BF 8C 35 0 1B 48 19 26 39 30
Octal 277 214 65 0 33 110 31 46 71 60
Binary 10111111 10001100 110101 0 11011 1001000 11001 100110 111001 110000

Color Harmonies of #BF8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C35

Black with #BF8C35

Text Example


Text Example

White with #BF8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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