Html Css Color HEX #BE6F24 Pirate Gold

📋 copy color: '#BE6F24'

red 190 ◦ green 111 ◦ blue 36

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

Shades of Pirate Gold #BE6F24

Tints of Pirate Gold #BE6F24

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 56.38%
G = 32.94%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE6F24 (or 0xBE6F24) is known color: Pirate Gold. HEX triplet: BE, 6F and 24. RGB value is (190,111,36). Sum of RGB (Red+Green+Blue) = 190+111+36=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F24 is #4190DB. Grayscale: #7E7E7E. Windows color (decimal): -4296924 or 2387902. OLE color: 2387902.

HSL color Cylindrical-coordinate representation of color #BE6F24: hue angle of 29.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE6F24 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 111 36 -
CMYK 0 0.42 0.81 0.25
HSL 29.22º 0.68% 0.44% -
HSV(B) 29.22º 0.81% 0.75% -
XYZ 27.24 22.44 4.57 -
YUV 126.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 190 111 36 0 0.42 0.81 0.25 29.22 0.68 0.44
Hex BE 6F 24 0 2A 51 19 1D 44 2C
Octal 276 157 44 0 52 121 31 35 104 54
Binary 10111110 1101111 100100 0 101010 1010001 11001 11101 1000100 101100

Color Harmonies of #BE6F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F24

Black with #BE6F24

Text Example


Text Example

White with #BE6F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F24; }

 p { color: rgb(190,111,36); }

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

background-color css

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

 a { background-color: rgb(190,111,36); }

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

border-color css

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

 span { border-color: rgb(190,111,36); }

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