Html Css Color HEX #BE6D24 Pirate Gold

📋 copy color: '#BE6D24'

red 190 ◦ green 109 ◦ blue 36

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

Shades of Pirate Gold #BE6D24

Tints of Pirate Gold #BE6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 56.72%
G = 32.54%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE6D24 (or 0xBE6D24) is known color: Pirate Gold. HEX triplet: BE, 6D and 24. RGB value is (190,109,36). Sum of RGB (Red+Green+Blue) = 190+109+36=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D24 is #4192DB. Grayscale: #7D7D7D. Windows color (decimal): -4297436 or 2387390. OLE color: 2387390.

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

Color convert

RGB 190 109 36 -
CMYK 0 0.43 0.81 0.25
HSL 28.44º 0.68% 0.44% -
HSV(B) 28.44º 0.81% 0.75% -
XYZ 27.02 22.01 4.49 -
YUV 124.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 190 109 36 0 0.43 0.81 0.25 28.44 0.68 0.44
Hex BE 6D 24 0 2B 51 19 1C 44 2C
Octal 276 155 44 0 53 121 31 34 104 54
Binary 10111110 1101101 100100 0 101011 1010001 11001 11100 1000100 101100

Color Harmonies of #BE6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D24

Black with #BE6D24

Text Example


Text Example

White with #BE6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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