Html Css Color HEX #BE6E24 Pirate Gold

📋 copy color: '#BE6E24'

red 190 ◦ green 110 ◦ blue 36

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

Shades of Pirate Gold #BE6E24

Tints of Pirate Gold #BE6E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 56.55%
G = 32.74%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE6E24 (or 0xBE6E24) is known color: Pirate Gold. HEX triplet: BE, 6E and 24. RGB value is (190,110,36). Sum of RGB (Red+Green+Blue) = 190+110+36=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E24 is #4191DB. Grayscale: #7D7D7D. Windows color (decimal): -4297180 or 2387646. OLE color: 2387646.

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

Color convert

RGB 190 110 36 -
CMYK 0 0.42 0.81 0.25
HSL 28.83º 0.68% 0.44% -
HSV(B) 28.83º 0.81% 0.75% -
XYZ 27.13 22.23 4.53 -
YUV 125.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 190 110 36 0 0.42 0.81 0.25 28.83 0.68 0.44
Hex BE 6E 24 0 2A 51 19 1D 44 2C
Octal 276 156 44 0 52 121 31 35 104 54
Binary 10111110 1101110 100100 0 101010 1010001 11001 11101 1000100 101100

Color Harmonies of #BE6E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E24

Black with #BE6E24

Text Example


Text Example

White with #BE6E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E24; }

 p { color: rgb(190,110,36); }

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

background-color css

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

 a { background-color: rgb(190,110,36); }

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

border-color css

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

 span { border-color: rgb(190,110,36); }

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