Html Css Color HEX #BE701D Pirate Gold

📋 copy color: '#BE701D'

red 190 ◦ green 112 ◦ blue 29

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

Shades of Pirate Gold #BE701D

Tints of Pirate Gold #BE701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 57.4%
G = 33.84%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE701D (or 0xBE701D) is known color: Pirate Gold. HEX triplet: BE, 70 and 1D. RGB value is (190,112,29). Sum of RGB (Red+Green+Blue) = 190+112+29=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE701D is #418FE2. Grayscale: #7E7E7E. Windows color (decimal): -4296675 or 1929406. OLE color: 1929406.

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

Color convert

RGB 190 112 29 -
CMYK 0 0.41 0.85 0.25
HSL 30.93º 0.74% 0.43% -
HSV(B) 30.93º 0.85% 0.75% -
XYZ 27.25 22.62 4.09 -
YUV 125.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 190 112 29 0 0.41 0.85 0.25 30.93 0.74 0.43
Hex BE 70 1D 0 29 55 19 1F 4A 2B
Octal 276 160 35 0 51 125 31 37 112 53
Binary 10111110 1110000 11101 0 101001 1010101 11001 11111 1001010 101011

Color Harmonies of #BE701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE701D

Black with #BE701D

Text Example


Text Example

White with #BE701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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