Html Css Color HEX #B3752A Pirate Gold

📋 copy color: '#B3752A'

red 179 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #B3752A

Tints of Pirate Gold #B3752A

RGB

 RED value IS 179 (70.31% from 255) = 52.96%

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 52.96%
G = 34.62%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3752A (or 0xB3752A) is known color: Pirate Gold. HEX triplet: B3, 75 and 2A. RGB value is (179,117,42). Sum of RGB (Red+Green+Blue) = 179+117+42=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3752A is #4C8AD5. Grayscale: #7F7F7F. Windows color (decimal): -5016278 or 2782643. OLE color: 2782643.

HSL color Cylindrical-coordinate representation of color #B3752A: hue angle of 32.85º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3752A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 42 -
CMYK 0 0.35 0.77 0.30
HSL 32.85º 0.62% 0.43% -
HSV(B) 32.85º 0.77% 0.7% -
XYZ 25.37 22.47 5.19 -
YUV 126.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 179 117 42 0 0.35 0.77 0.30 32.85 0.62 0.43
Hex B3 75 2A 0 23 4D 1E 21 3E 2B
Octal 263 165 52 0 43 115 36 41 76 53
Binary 10110011 1110101 101010 0 100011 1001101 11110 100001 111110 101011

Color Harmonies of #B3752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3752A

Black with #B3752A

Text Example


Text Example

White with #B3752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3752A; }

 p { color: rgb(179,117,42); }

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

background-color css

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

 a { background-color: rgb(179,117,42); }

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

border-color css

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

 span { border-color: rgb(179,117,42); }

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