Html Css Color HEX #BE7725 Pirate Gold

📋 copy color: '#BE7725'

red 190 ◦ green 119 ◦ blue 37

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

Shades of Pirate Gold #BE7725

Tints of Pirate Gold #BE7725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 54.91%
G = 34.39%
B = 10.69%

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

#BE7725 (or 0xBE7725) is known color: Pirate Gold. HEX triplet: BE, 77 and 25. RGB value is (190,119,37). Sum of RGB (Red+Green+Blue) = 190+119+37=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7725 is #4188DA. Grayscale: #838383. Windows color (decimal): -4294875 or 2455486. OLE color: 2455486.

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

Color convert

RGB 190 119 37 -
CMYK 0 0.37 0.81 0.25
HSL 32.16º 0.67% 0.45% -
HSV(B) 32.16º 0.81% 0.75% -
XYZ 28.17 24.27 4.95 -
YUV 130.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 190 119 37 0 0.37 0.81 0.25 32.16 0.67 0.45
Hex BE 77 25 0 25 51 19 20 43 2D
Octal 276 167 45 0 45 121 31 40 103 55
Binary 10111110 1110111 100101 0 100101 1010001 11001 100000 1000011 101101

Color Harmonies of #BE7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7725

Black with #BE7725

Text Example


Text Example

White with #BE7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7725; }

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

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

background-color css

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

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

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

border-color css

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

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

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