Html Css Color HEX #B2681C Pirate Gold

📋 copy color: '#B2681C'

red 178 ◦ green 104 ◦ blue 28

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

Shades of Pirate Gold #B2681C

Tints of Pirate Gold #B2681C

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 57.42%
G = 33.55%
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

#B2681C (or 0xB2681C) is known color: Pirate Gold. HEX triplet: B2, 68 and 1C. RGB value is (178,104,28). Sum of RGB (Red+Green+Blue) = 178+104+28=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2681C is #4D97E3. Grayscale: #757575. Windows color (decimal): -5085156 or 1861810. OLE color: 1861810.

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

Color convert

RGB 178 104 28 -
CMYK 0 0.42 0.84 0.30
HSL 30.4º 0.73% 0.4% -
HSV(B) 30.4º 0.84% 0.7% -
XYZ 23.52 19.45 3.61 -
YUV 117.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 178 104 28 0 0.42 0.84 0.30 30.4 0.73 0.4
Hex B2 68 1C 0 2A 54 1E 1E 49 28
Octal 262 150 34 0 52 124 36 36 111 50
Binary 10110010 1101000 11100 0 101010 1010100 11110 11110 1001001 101000

Color Harmonies of #B2681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2681C

Black with #B2681C

Text Example


Text Example

White with #B2681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2681C; }

 p { color: rgb(178,104,28); }

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

background-color css

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

 a { background-color: rgb(178,104,28); }

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

border-color css

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

 span { border-color: rgb(178,104,28); }

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