Html Css Color HEX #B66D1F Pirate Gold

📋 copy color: '#B66D1F'

red 182 ◦ green 109 ◦ blue 31

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

Shades of Pirate Gold #B66D1F

Tints of Pirate Gold #B66D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

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

R = 56.52%
G = 33.85%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B66D1F (or 0xB66D1F) is known color: Pirate Gold. HEX triplet: B6, 6D and 1F. RGB value is (182,109,31). Sum of RGB (Red+Green+Blue) = 182+109+31=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D1F is #4992E0. Grayscale: #7A7A7A. Windows color (decimal): -4821729 or 2059702. OLE color: 2059702.

HSL color Cylindrical-coordinate representation of color #B66D1F: hue angle of 30.99º 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 #B66D1F is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 109 31 -
CMYK 0 0.40 0.83 0.29
HSL 30.99º 0.71% 0.42% -
HSV(B) 30.99º 0.83% 0.71% -
XYZ 25.01 20.98 4.03 -
YUV 121.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 182 109 31 0 0.40 0.83 0.29 30.99 0.71 0.42
Hex B6 6D 1F 0 28 53 1D 1F 47 2A
Octal 266 155 37 0 50 123 35 37 107 52
Binary 10110110 1101101 11111 0 101000 1010011 11101 11111 1000111 101010

Color Harmonies of #B66D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D1F

Black with #B66D1F

Text Example


Text Example

White with #B66D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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