Html Css Color HEX #B46A1B Pirate Gold

📋 copy color: '#B46A1B'

red 180 ◦ green 106 ◦ blue 27

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

Shades of Pirate Gold #B46A1B

Tints of Pirate Gold #B46A1B

RGB

 RED value IS 180 (70.7% from 255) = 57.51%

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 57.51%
G = 33.87%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B46A1B (or 0xB46A1B) is known color: Pirate Gold. HEX triplet: B4, 6A and 1B. RGB value is (180,106,27). Sum of RGB (Red+Green+Blue) = 180+106+27=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A1B is #4B95E4. Grayscale: #777777. Windows color (decimal): -4953573 or 1796788. OLE color: 1796788.

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

Color convert

RGB 180 106 27 -
CMYK 0 0.41 0.85 0.29
HSL 30.98º 0.74% 0.41% -
HSV(B) 30.98º 0.85% 0.71% -
XYZ 24.17 20.09 3.64 -
YUV 119.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 180 106 27 0 0.41 0.85 0.29 30.98 0.74 0.41
Hex B4 6A 1B 0 29 55 1D 1F 4A 29
Octal 264 152 33 0 51 125 35 37 112 51
Binary 10110100 1101010 11011 0 101001 1010101 11101 11111 1001010 101001

Color Harmonies of #B46A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A1B

Black with #B46A1B

Text Example


Text Example

White with #B46A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A1B; }

 p { color: rgb(180,106,27); }

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

background-color css

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

 a { background-color: rgb(180,106,27); }

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

border-color css

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

 span { border-color: rgb(180,106,27); }

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