Html Css Color HEX #BE7B2E Pirate Gold

📋 copy color: '#BE7B2E'

red 190 ◦ green 123 ◦ blue 46

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

Shades of Pirate Gold #BE7B2E

Tints of Pirate Gold #BE7B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 52.92%
G = 34.26%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE7B2E (or 0xBE7B2E) is known color: Pirate Gold. HEX triplet: BE, 7B and 2E. RGB value is (190,123,46). Sum of RGB (Red+Green+Blue) = 190+123+46=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B2E is #4184D1. Grayscale: #868686. Windows color (decimal): -4293842 or 3046334. OLE color: 3046334.

HSL color Cylindrical-coordinate representation of color #BE7B2E: hue angle of 32.08º degrees, saturation: 0.61, 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 #BE7B2E is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 123 46 -
CMYK 0 0.35 0.76 0.25
HSL 32.08º 0.61% 0.46% -
HSV(B) 32.08º 0.76% 0.75% -
XYZ 28.81 25.31 5.95 -
YUV 134.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 190 123 46 0 0.35 0.76 0.25 32.08 0.61 0.46
Hex BE 7B 2E 0 23 4C 19 20 3D 2E
Octal 276 173 56 0 43 114 31 40 75 56
Binary 10111110 1111011 101110 0 100011 1001100 11001 100000 111101 101110

Color Harmonies of #BE7B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B2E

Black with #BE7B2E

Text Example


Text Example

White with #BE7B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B2E; }

 p { color: rgb(190,123,46); }

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

background-color css

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

 a { background-color: rgb(190,123,46); }

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

border-color css

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

 span { border-color: rgb(190,123,46); }

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