Html Css Color HEX #BE7F24 Pirate Gold

📋 copy color: '#BE7F24'

red 190 ◦ green 127 ◦ blue 36

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

Shades of Pirate Gold #BE7F24

Tints of Pirate Gold #BE7F24

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

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

R = 53.82%
G = 35.98%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE7F24 (or 0xBE7F24) is known color: Pirate Gold. HEX triplet: BE, 7F and 24. RGB value is (190,127,36). Sum of RGB (Red+Green+Blue) = 190+127+36=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F24 is #4180DB. Grayscale: #878787. Windows color (decimal): -4292828 or 2391998. OLE color: 2391998.

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

Color convert

RGB 190 127 36 -
CMYK 0 0.33 0.81 0.25
HSL 35.45º 0.68% 0.44% -
HSV(B) 35.45º 0.81% 0.75% -
XYZ 29.14 26.25 5.2 -
YUV 135.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 190 127 36 0 0.33 0.81 0.25 35.45 0.68 0.44
Hex BE 7F 24 0 21 51 19 23 44 2C
Octal 276 177 44 0 41 121 31 43 104 54
Binary 10111110 1111111 100100 0 100001 1010001 11001 100011 1000100 101100

Color Harmonies of #BE7F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F24

Black with #BE7F24

Text Example


Text Example

White with #BE7F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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