Html Css Color HEX #BE7724 Pirate Gold

📋 copy color: '#BE7724'

red 190 ◦ green 119 ◦ blue 36

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

Shades of Pirate Gold #BE7724

Tints of Pirate Gold #BE7724

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 55.07%
G = 34.49%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE7724 (or 0xBE7724) is known color: Pirate Gold. HEX triplet: BE, 77 and 24. RGB value is (190,119,36). Sum of RGB (Red+Green+Blue) = 190+119+36=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7724 is #4188DB. Grayscale: #838383. Windows color (decimal): -4294876 or 2389950. OLE color: 2389950.

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

Color convert

RGB 190 119 36 -
CMYK 0 0.37 0.81 0.25
HSL 32.34º 0.68% 0.44% -
HSV(B) 32.34º 0.81% 0.75% -
XYZ 28.15 24.27 4.87 -
YUV 130.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 190 119 36 0 0.37 0.81 0.25 32.34 0.68 0.44
Hex BE 77 24 0 25 51 19 20 44 2C
Octal 276 167 44 0 45 121 31 40 104 54
Binary 10111110 1110111 100100 0 100101 1010001 11001 100000 1000100 101100

Color Harmonies of #BE7724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7724

Black with #BE7724

Text Example


Text Example

White with #BE7724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7724; }

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

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

background-color css

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

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

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

border-color css

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

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

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