Html Css Color HEX #BE7B2C Pirate Gold

📋 copy color: '#BE7B2C'

red 190 ◦ green 123 ◦ blue 44

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

Shades of Pirate Gold #BE7B2C

Tints of Pirate Gold #BE7B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 53.22%
G = 34.45%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE7B2C (or 0xBE7B2C) is known color: Pirate Gold. HEX triplet: BE, 7B and 2C. RGB value is (190,123,44). Sum of RGB (Red+Green+Blue) = 190+123+44=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B2C is #4184D3. Grayscale: #868686. Windows color (decimal): -4293844 or 2915262. OLE color: 2915262.

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

Color convert

RGB 190 123 44 -
CMYK 0 0.35 0.77 0.25
HSL 32.47º 0.62% 0.46% -
HSV(B) 32.47º 0.77% 0.75% -
XYZ 28.77 25.29 5.75 -
YUV 134.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 190 123 44 0 0.35 0.77 0.25 32.47 0.62 0.46
Hex BE 7B 2C 0 23 4D 19 20 3E 2E
Octal 276 173 54 0 43 115 31 40 76 56
Binary 10111110 1111011 101100 0 100011 1001101 11001 100000 111110 101110

Color Harmonies of #BE7B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B2C

Black with #BE7B2C

Text Example


Text Example

White with #BE7B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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