Html Css Color HEX #BE8A30 Hokey Pokey

📋 copy color: '#BE8A30'

red 190 ◦ green 138 ◦ blue 48

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

Shades of Hokey Pokey #BE8A30

Tints of Hokey Pokey #BE8A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 50.53%
G = 36.7%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE8A30 (or 0xBE8A30) is known color: Hokey Pokey. HEX triplet: BE, 8A and 30. RGB value is (190,138,48). Sum of RGB (Red+Green+Blue) = 190+138+48=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A30 is #4175CF. Grayscale: #8F8F8F. Windows color (decimal): -4290000 or 3181246. OLE color: 3181246.

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

Color convert

RGB 190 138 48 -
CMYK 0 0.27 0.75 0.25
HSL 38.03º 0.6% 0.47% -
HSV(B) 38.03º 0.75% 0.75% -
XYZ 30.86 29.34 6.83 -
YUV 143.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 190 138 48 0 0.27 0.75 0.25 38.03 0.6 0.47
Hex BE 8A 30 0 1B 4B 19 26 3C 2F
Octal 276 212 60 0 33 113 31 46 74 57
Binary 10111110 10001010 110000 0 11011 1001011 11001 100110 111100 101111

Color Harmonies of #BE8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A30

Black with #BE8A30

Text Example


Text Example

White with #BE8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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