Html Css Color HEX #B37423 Pirate Gold

📋 copy color: '#B37423'

red 179 ◦ green 116 ◦ blue 35

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

Shades of Pirate Gold #B37423

Tints of Pirate Gold #B37423

RGB

 RED value IS 179 (70.31% from 255) = 54.24%

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

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

R = 54.24%
G = 35.15%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B37423 (or 0xB37423) is known color: Pirate Gold. HEX triplet: B3, 74 and 23. RGB value is (179,116,35). Sum of RGB (Red+Green+Blue) = 179+116+35=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B37423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37423 is #4C8BDC. Grayscale: #7D7D7D. Windows color (decimal): -5016541 or 2323635. OLE color: 2323635.

HSL color Cylindrical-coordinate representation of color #B37423: hue angle of 33.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B37423 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 35 -
CMYK 0 0.35 0.80 0.30
HSL 33.75º 0.67% 0.42% -
HSV(B) 33.75º 0.8% 0.7% -
XYZ 25.14 22.2 4.55 -
YUV 125.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 179 116 35 0 0.35 0.80 0.30 33.75 0.67 0.42
Hex B3 74 23 0 23 50 1E 22 43 2A
Octal 263 164 43 0 43 120 36 42 103 52
Binary 10110011 1110100 100011 0 100011 1010000 11110 100010 1000011 101010

Color Harmonies of #B37423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37423

Black with #B37423

Text Example


Text Example

White with #B37423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37423; }

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

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

background-color css

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

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

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

border-color css

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

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

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