Html Css Color HEX #BE8F30 Hokey Pokey

📋 copy color: '#BE8F30'

red 190 ◦ green 143 ◦ blue 48

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

Shades of Hokey Pokey #BE8F30

Tints of Hokey Pokey #BE8F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 49.87%
G = 37.53%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE8F30 (or 0xBE8F30) is known color: Hokey Pokey. HEX triplet: BE, 8F and 30. RGB value is (190,143,48). Sum of RGB (Red+Green+Blue) = 190+143+48=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F30 is #4170CF. Grayscale: #929292. Windows color (decimal): -4288720 or 3182526. OLE color: 3182526.

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

Color convert

RGB 190 143 48 -
CMYK 0 0.25 0.75 0.25
HSL 40.14º 0.6% 0.47% -
HSV(B) 40.14º 0.75% 0.75% -
XYZ 31.59 30.81 7.08 -
YUV 146.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 190 143 48 0 0.25 0.75 0.25 40.14 0.6 0.47
Hex BE 8F 30 0 19 4B 19 28 3C 2F
Octal 276 217 60 0 31 113 31 50 74 57
Binary 10111110 10001111 110000 0 11001 1001011 11001 101000 111100 101111

Color Harmonies of #BE8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F30

Black with #BE8F30

Text Example


Text Example

White with #BE8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F30; }

 p { color: rgb(190,143,48); }

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

background-color css

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

 a { background-color: rgb(190,143,48); }

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

border-color css

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

 span { border-color: rgb(190,143,48); }

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