Html Css Color HEX #BE731D Pirate Gold

📋 copy color: '#BE731D'

red 190 ◦ green 115 ◦ blue 29

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

Shades of Pirate Gold #BE731D

Tints of Pirate Gold #BE731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 56.89%
G = 34.43%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE731D (or 0xBE731D) is known color: Pirate Gold. HEX triplet: BE, 73 and 1D. RGB value is (190,115,29). Sum of RGB (Red+Green+Blue) = 190+115+29=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE731D is #418CE2. Grayscale: #808080. Windows color (decimal): -4295907 or 1930174. OLE color: 1930174.

HSL color Cylindrical-coordinate representation of color #BE731D: hue angle of 32.05º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE731D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 29 -
CMYK 0 0.39 0.85 0.25
HSL 32.05º 0.74% 0.43% -
HSV(B) 32.05º 0.85% 0.75% -
XYZ 27.59 23.3 4.21 -
YUV 127.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 190 115 29 0 0.39 0.85 0.25 32.05 0.74 0.43
Hex BE 73 1D 0 27 55 19 20 4A 2B
Octal 276 163 35 0 47 125 31 40 112 53
Binary 10111110 1110011 11101 0 100111 1010101 11001 100000 1001010 101011

Color Harmonies of #BE731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE731D

Black with #BE731D

Text Example


Text Example

White with #BE731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE731D; }

 p { color: rgb(190,115,29); }

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

background-color css

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

 a { background-color: rgb(190,115,29); }

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

border-color css

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

 span { border-color: rgb(190,115,29); }

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