Html Css Color HEX #BE8A2D Hokey Pokey

📋 copy color: '#BE8A2D'

red 190 ◦ green 138 ◦ blue 45

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

Shades of Hokey Pokey #BE8A2D

Tints of Hokey Pokey #BE8A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 50.94%
G = 37%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE8A2D (or 0xBE8A2D) is known color: Hokey Pokey. HEX triplet: BE, 8A and 2D. RGB value is (190,138,45). Sum of RGB (Red+Green+Blue) = 190+138+45=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A2D is #4175D2. Grayscale: #8F8F8F. Windows color (decimal): -4290003 or 2984638. OLE color: 2984638.

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

Color convert

RGB 190 138 45 -
CMYK 0 0.27 0.76 0.25
HSL 38.48º 0.62% 0.46% -
HSV(B) 38.48º 0.76% 0.75% -
XYZ 30.8 29.31 6.52 -
YUV 142.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 190 138 45 0 0.27 0.76 0.25 38.48 0.62 0.46
Hex BE 8A 2D 0 1B 4C 19 26 3E 2E
Octal 276 212 55 0 33 114 31 46 76 56
Binary 10111110 10001010 101101 0 11011 1001100 11001 100110 111110 101110

Color Harmonies of #BE8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A2D

Black with #BE8A2D

Text Example


Text Example

White with #BE8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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