Html Css Color HEX #BE7828 Pirate Gold

📋 copy color: '#BE7828'

red 190 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #BE7828

Tints of Pirate Gold #BE7828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 54.29%
G = 34.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE7828 (or 0xBE7828) is known color: Pirate Gold. HEX triplet: BE, 78 and 28. RGB value is (190,120,40). Sum of RGB (Red+Green+Blue) = 190+120+40=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7828 is #4187D7. Grayscale: #848484. Windows color (decimal): -4294616 or 2652350. OLE color: 2652350.

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

Color convert

RGB 190 120 40 -
CMYK 0 0.37 0.79 0.25
HSL 32º 0.65% 0.45% -
HSV(B) 32º 0.79% 0.75% -
XYZ 28.33 24.53 5.25 -
YUV 131.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 190 120 40 0 0.37 0.79 0.25 32 0.65 0.45
Hex BE 78 28 0 25 4F 19 20 41 2D
Octal 276 170 50 0 45 117 31 40 101 55
Binary 10111110 1111000 101000 0 100101 1001111 11001 100000 1000001 101101

Color Harmonies of #BE7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7828

Black with #BE7828

Text Example


Text Example

White with #BE7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7828; }

 p { color: rgb(190,120,40); }

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

background-color css

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

 a { background-color: rgb(190,120,40); }

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

border-color css

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

 span { border-color: rgb(190,120,40); }

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