Html Css Color HEX #B3671C Pirate Gold

📋 copy color: '#B3671C'

red 179 ◦ green 103 ◦ blue 28

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

Shades of Pirate Gold #B3671C

Tints of Pirate Gold #B3671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 57.74%
G = 33.23%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3671C (or 0xB3671C) is known color: Pirate Gold. HEX triplet: B3, 67 and 1C. RGB value is (179,103,28). Sum of RGB (Red+Green+Blue) = 179+103+28=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3671C is #4C98E3. Grayscale: #757575. Windows color (decimal): -5019876 or 1861555. OLE color: 1861555.

HSL color Cylindrical-coordinate representation of color #B3671C: hue angle of 29.8º 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 #B3671C is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 28 -
CMYK 0 0.42 0.84 0.30
HSL 29.8º 0.73% 0.41% -
HSV(B) 29.8º 0.84% 0.7% -
XYZ 23.65 19.37 3.59 -
YUV 117.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 179 103 28 0 0.42 0.84 0.30 29.8 0.73 0.41
Hex B3 67 1C 0 2A 54 1E 1E 49 29
Octal 263 147 34 0 52 124 36 36 111 51
Binary 10110011 1100111 11100 0 101010 1010100 11110 11110 1001001 101001

Color Harmonies of #B3671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3671C

Black with #B3671C

Text Example


Text Example

White with #B3671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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