Html Css Color HEX #B6721A Pirate Gold

📋 copy color: '#B6721A'

red 182 ◦ green 114 ◦ blue 26

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

Shades of Pirate Gold #B6721A

Tints of Pirate Gold #B6721A

RGB

 RED value IS 182 (71.48% from 255) = 56.52%

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

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

R = 56.52%
G = 35.4%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6721A (or 0xB6721A) is known color: Pirate Gold. HEX triplet: B6, 72 and 1A. RGB value is (182,114,26). Sum of RGB (Red+Green+Blue) = 182+114+26=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6721A is #498DE5. Grayscale: #7C7C7C. Windows color (decimal): -4820454 or 1733302. OLE color: 1733302.

HSL color Cylindrical-coordinate representation of color #B6721A: hue angle of 33.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6721A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 26 -
CMYK 0 0.37 0.86 0.29
HSL 33.85º 0.75% 0.41% -
HSV(B) 33.85º 0.86% 0.71% -
XYZ 25.5 22.05 3.89 -
YUV 124.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 182 114 26 0 0.37 0.86 0.29 33.85 0.75 0.41
Hex B6 72 1A 0 25 56 1D 22 4B 29
Octal 266 162 32 0 45 126 35 42 113 51
Binary 10110110 1110010 11010 0 100101 1010110 11101 100010 1001011 101001

Color Harmonies of #B6721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6721A

Black with #B6721A

Text Example


Text Example

White with #B6721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6721A; }

 p { color: rgb(182,114,26); }

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

background-color css

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

 a { background-color: rgb(182,114,26); }

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

border-color css

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

 span { border-color: rgb(182,114,26); }

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