Html Css Color HEX #BE7B1D Pirate Gold

📋 copy color: '#BE7B1D'

red 190 ◦ green 123 ◦ blue 29

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

Shades of Pirate Gold #BE7B1D

Tints of Pirate Gold #BE7B1D

RGB

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

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

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

R = 55.56%
G = 35.96%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE7B1D (or 0xBE7B1D) is known color: Pirate Gold. HEX triplet: BE, 7B and 1D. RGB value is (190,123,29). Sum of RGB (Red+Green+Blue) = 190+123+29=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B1D is #4184E2. Grayscale: #848484. Windows color (decimal): -4293859 or 1932222. OLE color: 1932222.

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

Color convert

RGB 190 123 29 -
CMYK 0 0.35 0.85 0.25
HSL 35.03º 0.74% 0.43% -
HSV(B) 35.03º 0.85% 0.75% -
XYZ 28.54 25.2 4.52 -
YUV 132.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 190 123 29 0 0.35 0.85 0.25 35.03 0.74 0.43
Hex BE 7B 1D 0 23 55 19 23 4A 2B
Octal 276 173 35 0 43 125 31 43 112 53
Binary 10111110 1111011 11101 0 100011 1010101 11001 100011 1001010 101011

Color Harmonies of #BE7B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B1D

Black with #BE7B1D

Text Example


Text Example

White with #BE7B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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