Html Css Color HEX #BE7B1F Pirate Gold

📋 copy color: '#BE7B1F'

red 190 ◦ green 123 ◦ blue 31

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

Shades of Pirate Gold #BE7B1F

Tints of Pirate Gold #BE7B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 55.23%
G = 35.76%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE7B1F (or 0xBE7B1F) is known color: Pirate Gold. HEX triplet: BE, 7B and 1F. RGB value is (190,123,31). Sum of RGB (Red+Green+Blue) = 190+123+31=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B1F is #4184E0. Grayscale: #848484. Windows color (decimal): -4293857 or 2063294. OLE color: 2063294.

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

Color convert

RGB 190 123 31 -
CMYK 0 0.35 0.84 0.25
HSL 34.72º 0.72% 0.43% -
HSV(B) 34.72º 0.84% 0.75% -
XYZ 28.57 25.21 4.66 -
YUV 132.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 190 123 31 0 0.35 0.84 0.25 34.72 0.72 0.43
Hex BE 7B 1F 0 23 54 19 23 48 2B
Octal 276 173 37 0 43 124 31 43 110 53
Binary 10111110 1111011 11111 0 100011 1010100 11001 100011 1001000 101011

Color Harmonies of #BE7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B1F

Black with #BE7B1F

Text Example


Text Example

White with #BE7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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