Html Css Color HEX #BE772D Pirate Gold

📋 copy color: '#BE772D'

red 190 ◦ green 119 ◦ blue 45

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

Shades of Pirate Gold #BE772D

Tints of Pirate Gold #BE772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 53.67%
G = 33.62%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE772D (or 0xBE772D) is known color: Pirate Gold. HEX triplet: BE, 77 and 2D. RGB value is (190,119,45). Sum of RGB (Red+Green+Blue) = 190+119+45=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE772D is #4188D2. Grayscale: #848484. Windows color (decimal): -4294867 or 2979774. OLE color: 2979774.

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

Color convert

RGB 190 119 45 -
CMYK 0 0.37 0.76 0.25
HSL 30.62º 0.62% 0.46% -
HSV(B) 30.62º 0.76% 0.75% -
XYZ 28.31 24.33 5.69 -
YUV 131.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 190 119 45 0 0.37 0.76 0.25 30.62 0.62 0.46
Hex BE 77 2D 0 25 4C 19 1F 3E 2E
Octal 276 167 55 0 45 114 31 37 76 56
Binary 10111110 1110111 101101 0 100101 1001100 11001 11111 111110 101110

Color Harmonies of #BE772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE772D

Black with #BE772D

Text Example


Text Example

White with #BE772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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