Html Css Color HEX #B3671B Pirate Gold

📋 copy color: '#B3671B'

red 179 ◦ green 103 ◦ blue 27

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

Shades of Pirate Gold #B3671B

Tints of Pirate Gold #B3671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 57.93%
G = 33.33%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3671B (or 0xB3671B) is known color: Pirate Gold. HEX triplet: B3, 67 and 1B. RGB value is (179,103,27). Sum of RGB (Red+Green+Blue) = 179+103+27=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3671B is #4C98E4. Grayscale: #757575. Windows color (decimal): -5019877 or 1796019. OLE color: 1796019.

HSL color Cylindrical-coordinate representation of color #B3671B: hue angle of 30º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3671B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 27 -
CMYK 0 0.42 0.85 0.30
HSL 30º 0.74% 0.4% -
HSV(B) 30º 0.85% 0.7% -
XYZ 23.64 19.36 3.53 -
YUV 117.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 179 103 27 0 0.42 0.85 0.30 30 0.74 0.4
Hex B3 67 1B 0 2A 55 1E 1E 4A 28
Octal 263 147 33 0 52 125 36 36 112 50
Binary 10110011 1100111 11011 0 101010 1010101 11110 11110 1001010 101000

Color Harmonies of #B3671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3671B

Black with #B3671B

Text Example


Text Example

White with #B3671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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