Html Css Color HEX #BE8D30 Hokey Pokey

📋 copy color: '#BE8D30'

red 190 ◦ green 141 ◦ blue 48

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

Shades of Hokey Pokey #BE8D30

Tints of Hokey Pokey #BE8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 50.13%
G = 37.2%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE8D30 (or 0xBE8D30) is known color: Hokey Pokey. HEX triplet: BE, 8D and 30. RGB value is (190,141,48). Sum of RGB (Red+Green+Blue) = 190+141+48=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D30 is #4172CF. Grayscale: #919191. Windows color (decimal): -4289232 or 3182014. OLE color: 3182014.

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

Color convert

RGB 190 141 48 -
CMYK 0 0.26 0.75 0.25
HSL 39.3º 0.6% 0.47% -
HSV(B) 39.3º 0.75% 0.75% -
XYZ 31.29 30.21 6.98 -
YUV 145.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 190 141 48 0 0.26 0.75 0.25 39.3 0.6 0.47
Hex BE 8D 30 0 1A 4B 19 27 3C 2F
Octal 276 215 60 0 32 113 31 47 74 57
Binary 10111110 10001101 110000 0 11010 1001011 11001 100111 111100 101111

Color Harmonies of #BE8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D30

Black with #BE8D30

Text Example


Text Example

White with #BE8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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