Html Css Color HEX #B66A1F Pirate Gold

📋 copy color: '#B66A1F'

red 182 ◦ green 106 ◦ blue 31

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

Shades of Pirate Gold #B66A1F

Tints of Pirate Gold #B66A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 57.05%
G = 33.23%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B66A1F (or 0xB66A1F) is known color: Pirate Gold. HEX triplet: B6, 6A and 1F. RGB value is (182,106,31). Sum of RGB (Red+Green+Blue) = 182+106+31=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A1F is #4995E0. Grayscale: #787878. Windows color (decimal): -4822497 or 2058934. OLE color: 2058934.

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

Color convert

RGB 182 106 31 -
CMYK 0 0.42 0.83 0.29
HSL 29.8º 0.71% 0.42% -
HSV(B) 29.8º 0.83% 0.71% -
XYZ 24.69 20.35 3.92 -
YUV 120.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 182 106 31 0 0.42 0.83 0.29 29.8 0.71 0.42
Hex B6 6A 1F 0 2A 53 1D 1E 47 2A
Octal 266 152 37 0 52 123 35 36 107 52
Binary 10110110 1101010 11111 0 101010 1010011 11101 11110 1000111 101010

Color Harmonies of #B66A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A1F

Black with #B66A1F

Text Example


Text Example

White with #B66A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A1F; }

 p { color: rgb(182,106,31); }

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

background-color css

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

 a { background-color: rgb(182,106,31); }

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

border-color css

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

 span { border-color: rgb(182,106,31); }

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