Html Css Color HEX #BE752B Pirate Gold

📋 copy color: '#BE752B'

red 190 ◦ green 117 ◦ blue 43

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

Shades of Pirate Gold #BE752B

Tints of Pirate Gold #BE752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 54.29%
G = 33.43%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE752B (or 0xBE752B) is known color: Pirate Gold. HEX triplet: BE, 75 and 2B. RGB value is (190,117,43). Sum of RGB (Red+Green+Blue) = 190+117+43=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752B is #418AD4. Grayscale: #828282. Windows color (decimal): -4295381 or 2848190. OLE color: 2848190.

HSL color Cylindrical-coordinate representation of color #BE752B: hue angle of 30.2º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE752B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 43 -
CMYK 0 0.38 0.77 0.25
HSL 30.2º 0.63% 0.46% -
HSV(B) 30.2º 0.77% 0.75% -
XYZ 28.03 23.84 5.41 -
YUV 130.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 190 117 43 0 0.38 0.77 0.25 30.2 0.63 0.46
Hex BE 75 2B 0 26 4D 19 1E 3F 2E
Octal 276 165 53 0 46 115 31 36 77 56
Binary 10111110 1110101 101011 0 100110 1001101 11001 11110 111111 101110

Color Harmonies of #BE752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE752B

Black with #BE752B

Text Example


Text Example

White with #BE752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE752B; }

 p { color: rgb(190,117,43); }

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

background-color css

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

 a { background-color: rgb(190,117,43); }

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

border-color css

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

 span { border-color: rgb(190,117,43); }

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