Html Css Color HEX #BE8025 Pirate Gold

📋 copy color: '#BE8025'

red 190 ◦ green 128 ◦ blue 37

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

Shades of Pirate Gold #BE8025

Tints of Pirate Gold #BE8025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 53.52%
G = 36.06%
B = 10.42%

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

#BE8025 (or 0xBE8025) is known color: Pirate Gold. HEX triplet: BE, 80 and 25. RGB value is (190,128,37). Sum of RGB (Red+Green+Blue) = 190+128+37=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8025 is #417FDA. Grayscale: #888888. Windows color (decimal): -4292571 or 2457790. OLE color: 2457790.

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

Color convert

RGB 190 128 37 -
CMYK 0 0.33 0.81 0.25
HSL 35.69º 0.67% 0.45% -
HSV(B) 35.69º 0.81% 0.75% -
XYZ 29.29 26.52 5.33 -
YUV 136.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 190 128 37 0 0.33 0.81 0.25 35.69 0.67 0.45
Hex BE 80 25 0 21 51 19 24 43 2D
Octal 276 200 45 0 41 121 31 44 103 55
Binary 10111110 10000000 100101 0 100001 1010001 11001 100100 1000011 101101

Color Harmonies of #BE8025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8025

Black with #BE8025

Text Example


Text Example

White with #BE8025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8025; }

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

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

background-color css

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

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

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

border-color css

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

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

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