Html Css Color HEX #BE8C35 Hokey Pokey

📋 copy color: '#BE8C35'

red 190 ◦ green 140 ◦ blue 53

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

Shades of Hokey Pokey #BE8C35

Tints of Hokey Pokey #BE8C35

RGB

 RED value IS 190 (74.61% from 255) = 49.61%

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

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

R = 49.61%
G = 36.55%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE8C35 (or 0xBE8C35) is known color: Hokey Pokey. HEX triplet: BE, 8C and 35. RGB value is (190,140,53). Sum of RGB (Red+Green+Blue) = 190+140+53=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C35 is #4173CA. Grayscale: #919191. Windows color (decimal): -4289483 or 3509438. OLE color: 3509438.

HSL color Cylindrical-coordinate representation of color #BE8C35: hue angle of 38.1º degrees, saturation: 0.56, 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 #BE8C35 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 53 -
CMYK 0 0.26 0.72 0.25
HSL 38.1º 0.56% 0.48% -
HSV(B) 38.1º 0.72% 0.75% -
XYZ 31.26 29.96 7.5 -
YUV 145.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 190 140 53 0 0.26 0.72 0.25 38.1 0.56 0.48
Hex BE 8C 35 0 1A 48 19 26 38 30
Octal 276 214 65 0 32 110 31 46 70 60
Binary 10111110 10001100 110101 0 11010 1001000 11001 100110 111000 110000

Color Harmonies of #BE8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C35

Black with #BE8C35

Text Example


Text Example

White with #BE8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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