Html Css Color HEX #BE8C30 Hokey Pokey

📋 copy color: '#BE8C30'

red 190 ◦ green 140 ◦ blue 48

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

Shades of Hokey Pokey #BE8C30

Tints of Hokey Pokey #BE8C30

RGB

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

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

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

R = 50.26%
G = 37.04%
B = 12.7%

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

#BE8C30 (or 0xBE8C30) is known color: Hokey Pokey. HEX triplet: BE, 8C and 30. RGB value is (190,140,48). Sum of RGB (Red+Green+Blue) = 190+140+48=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C30 is #4173CF. Grayscale: #909090. Windows color (decimal): -4289488 or 3181758. OLE color: 3181758.

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

Color convert

RGB 190 140 48 -
CMYK 0 0.26 0.75 0.25
HSL 38.87º 0.6% 0.47% -
HSV(B) 38.87º 0.75% 0.75% -
XYZ 31.15 29.92 6.93 -
YUV 144.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 190 140 48 0 0.26 0.75 0.25 38.87 0.6 0.47
Hex BE 8C 30 0 1A 4B 19 27 3C 2F
Octal 276 214 60 0 32 113 31 47 74 57
Binary 10111110 10001100 110000 0 11010 1001011 11001 100111 111100 101111

Color Harmonies of #BE8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C30

Black with #BE8C30

Text Example


Text Example

White with #BE8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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