Html Css Color HEX #B66613 Pirate Gold

📋 copy color: '#B66613'

red 182 ◦ green 102 ◦ blue 19

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

Shades of Pirate Gold #B66613

Tints of Pirate Gold #B66613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 60.07%
G = 33.66%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B66613 (or 0xB66613) is known color: Pirate Gold. HEX triplet: B6, 66 and 13. RGB value is (182,102,19). Sum of RGB (Red+Green+Blue) = 182+102+19=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B66613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66613 is #4999EC. Grayscale: #747474. Windows color (decimal): -4823533 or 1271478. OLE color: 1271478.

HSL color Cylindrical-coordinate representation of color #B66613: hue angle of 30.55º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66613 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 19 -
CMYK 0 0.44 0.90 0.29
HSL 30.55º 0.81% 0.39% -
HSV(B) 30.55º 0.9% 0.71% -
XYZ 24.16 19.49 3.11 -
YUV 116.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 182 102 19 0 0.44 0.90 0.29 30.55 0.81 0.39
Hex B6 66 13 0 2C 5A 1D 1F 51 27
Octal 266 146 23 0 54 132 35 37 121 47
Binary 10110110 1100110 10011 0 101100 1011010 11101 11111 1010001 100111

Color Harmonies of #B66613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66613

Black with #B66613

Text Example


Text Example

White with #B66613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66613; }

 p { color: rgb(182,102,19); }

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

background-color css

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

 a { background-color: rgb(182,102,19); }

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

border-color css

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

 span { border-color: rgb(182,102,19); }

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