Html Css Color HEX #BE7527 Pirate Gold

📋 copy color: '#BE7527'

red 190 ◦ green 117 ◦ blue 39

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

Shades of Pirate Gold #BE7527

Tints of Pirate Gold #BE7527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 54.91%
G = 33.82%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE7527 (or 0xBE7527) is known color: Pirate Gold. HEX triplet: BE, 75 and 27. RGB value is (190,117,39). Sum of RGB (Red+Green+Blue) = 190+117+39=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7527 is #418AD8. Grayscale: #828282. Windows color (decimal): -4295385 or 2586046. OLE color: 2586046.

HSL color Cylindrical-coordinate representation of color #BE7527: hue angle of 30.99º degrees, saturation: 0.66, 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 #BE7527 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 39 -
CMYK 0 0.38 0.79 0.25
HSL 30.99º 0.66% 0.45% -
HSV(B) 30.99º 0.79% 0.75% -
XYZ 27.96 23.82 5.04 -
YUV 129.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 190 117 39 0 0.38 0.79 0.25 30.99 0.66 0.45
Hex BE 75 27 0 26 4F 19 1F 42 2D
Octal 276 165 47 0 46 117 31 37 102 55
Binary 10111110 1110101 100111 0 100110 1001111 11001 11111 1000010 101101

Color Harmonies of #BE7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7527

Black with #BE7527

Text Example


Text Example

White with #BE7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7527; }

 p { color: rgb(190,117,39); }

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

background-color css

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

 a { background-color: rgb(190,117,39); }

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

border-color css

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

 span { border-color: rgb(190,117,39); }

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