Html Css Color HEX #B2681A Pirate Gold

📋 copy color: '#B2681A'

red 178 ◦ green 104 ◦ blue 26

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

Shades of Pirate Gold #B2681A

Tints of Pirate Gold #B2681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 57.79%
G = 33.77%
B = 8.44%

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

#B2681A (or 0xB2681A) is known color: Pirate Gold. HEX triplet: B2, 68 and 1A. RGB value is (178,104,26). Sum of RGB (Red+Green+Blue) = 178+104+26=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2681A is #4D97E5. Grayscale: #757575. Windows color (decimal): -5085158 or 1730738. OLE color: 1730738.

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

Color convert

RGB 178 104 26 -
CMYK 0 0.42 0.85 0.30
HSL 30.79º 0.75% 0.4% -
HSV(B) 30.79º 0.85% 0.7% -
XYZ 23.5 19.44 3.49 -
YUV 117.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 178 104 26 0 0.42 0.85 0.30 30.79 0.75 0.4
Hex B2 68 1A 0 2A 55 1E 1F 4B 28
Octal 262 150 32 0 52 125 36 37 113 50
Binary 10110010 1101000 11010 0 101010 1010101 11110 11111 1001011 101000

Color Harmonies of #B2681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2681A

Black with #B2681A

Text Example


Text Example

White with #B2681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2681A; }

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

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

background-color css

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

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

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

border-color css

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

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

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