Html Css Color HEX #B47423 Pirate Gold

📋 copy color: '#B47423'

red 180 ◦ green 116 ◦ blue 35

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

Shades of Pirate Gold #B47423

Tints of Pirate Gold #B47423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 54.38%
G = 35.05%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B47423 (or 0xB47423) is known color: Pirate Gold. HEX triplet: B4, 74 and 23. RGB value is (180,116,35). Sum of RGB (Red+Green+Blue) = 180+116+35=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B47423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47423 is #4B8BDC. Grayscale: #7E7E7E. Windows color (decimal): -4951005 or 2323636. OLE color: 2323636.

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

Color convert

RGB 180 116 35 -
CMYK 0 0.36 0.81 0.29
HSL 33.52º 0.67% 0.42% -
HSV(B) 33.52º 0.81% 0.71% -
XYZ 25.37 22.32 4.56 -
YUV 125.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 180 116 35 0 0.36 0.81 0.29 33.52 0.67 0.42
Hex B4 74 23 0 24 51 1D 22 43 2A
Octal 264 164 43 0 44 121 35 42 103 52
Binary 10110100 1110100 100011 0 100100 1010001 11101 100010 1000011 101010

Color Harmonies of #B47423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47423

Black with #B47423

Text Example


Text Example

White with #B47423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47423; }

 p { color: rgb(180,116,35); }

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

background-color css

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

 a { background-color: rgb(180,116,35); }

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

border-color css

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

 span { border-color: rgb(180,116,35); }

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