Html Css Color HEX #BE7D23 Pirate Gold

📋 copy color: '#BE7D23'

red 190 ◦ green 125 ◦ blue 35

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

Shades of Pirate Gold #BE7D23

Tints of Pirate Gold #BE7D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 35 (14.06% from 255) = 10%

R = 54.29%
G = 35.71%
B = 10%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE7D23 (or 0xBE7D23) is known color: Pirate Gold. HEX triplet: BE, 7D and 23. RGB value is (190,125,35). Sum of RGB (Red+Green+Blue) = 190+125+35=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D23 is #4182DC. Grayscale: #868686. Windows color (decimal): -4293341 or 2325950. OLE color: 2325950.

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

Color convert

RGB 190 125 35 -
CMYK 0 0.34 0.82 0.25
HSL 34.84º 0.69% 0.44% -
HSV(B) 34.84º 0.82% 0.75% -
XYZ 28.87 25.74 5.04 -
YUV 134.18 72.03 167.82 -
System Red Green Blue C M Y K H S L
Decimal 190 125 35 0 0.34 0.82 0.25 34.84 0.69 0.44
Hex BE 7D 23 0 22 52 19 23 45 2C
Octal 276 175 43 0 42 122 31 43 105 54
Binary 10111110 1111101 100011 0 100010 1010010 11001 100011 1000101 101100

Color Harmonies of #BE7D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D23

Black with #BE7D23

Text Example


Text Example

White with #BE7D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D23; }

 p { color: rgb(190,125,35); }

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

background-color css

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

 a { background-color: rgb(190,125,35); }

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

border-color css

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

 span { border-color: rgb(190,125,35); }

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