Html Css Color HEX #B37422 Pirate Gold

📋 copy color: '#B37422'

red 179 ◦ green 116 ◦ blue 34

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

Shades of Pirate Gold #B37422

Tints of Pirate Gold #B37422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.33%

R = 54.41%
G = 35.26%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B37422 (or 0xB37422) is known color: Pirate Gold. HEX triplet: B3, 74 and 22. RGB value is (179,116,34). Sum of RGB (Red+Green+Blue) = 179+116+34=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B37422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37422 is #4C8BDD. Grayscale: #7D7D7D. Windows color (decimal): -5016542 or 2258099. OLE color: 2258099.

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

Color convert

RGB 179 116 34 -
CMYK 0 0.35 0.81 0.30
HSL 33.93º 0.68% 0.42% -
HSV(B) 33.93º 0.81% 0.7% -
XYZ 25.12 22.19 4.47 -
YUV 125.49 76.37 166.17 -
System Red Green Blue C M Y K H S L
Decimal 179 116 34 0 0.35 0.81 0.30 33.93 0.68 0.42
Hex B3 74 22 0 23 51 1E 22 44 2A
Octal 263 164 42 0 43 121 36 42 104 52
Binary 10110011 1110100 100010 0 100011 1010001 11110 100010 1000100 101010

Color Harmonies of #B37422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37422

Black with #B37422

Text Example


Text Example

White with #B37422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37422; }

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

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

background-color css

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

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

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

border-color css

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

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

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