Html Css Color HEX #B3721C Pirate Gold

📋 copy color: '#B3721C'

red 179 ◦ green 114 ◦ blue 28

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

Shades of Pirate Gold #B3721C

Tints of Pirate Gold #B3721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 55.76%
G = 35.51%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3721C (or 0xB3721C) is known color: Pirate Gold. HEX triplet: B3, 72 and 1C. RGB value is (179,114,28). Sum of RGB (Red+Green+Blue) = 179+114+28=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3721C is #4C8DE3. Grayscale: #7C7C7C. Windows color (decimal): -5017060 or 1864371. OLE color: 1864371.

HSL color Cylindrical-coordinate representation of color #B3721C: hue angle of 34.17º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3721C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 28 -
CMYK 0 0.36 0.84 0.30
HSL 34.17º 0.73% 0.41% -
HSV(B) 34.17º 0.84% 0.7% -
XYZ 24.82 21.7 3.98 -
YUV 123.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 179 114 28 0 0.36 0.84 0.30 34.17 0.73 0.41
Hex B3 72 1C 0 24 54 1E 22 49 29
Octal 263 162 34 0 44 124 36 42 111 51
Binary 10110011 1110010 11100 0 100100 1010100 11110 100010 1001001 101001

Color Harmonies of #B3721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3721C

Black with #B3721C

Text Example


Text Example

White with #B3721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3721C; }

 p { color: rgb(179,114,28); }

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

background-color css

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

 a { background-color: rgb(179,114,28); }

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

border-color css

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

 span { border-color: rgb(179,114,28); }

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