Html Css Color HEX #B4722A Pirate Gold

📋 copy color: '#B4722A'

red 180 ◦ green 114 ◦ blue 42

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

Shades of Pirate Gold #B4722A

Tints of Pirate Gold #B4722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 53.57%
G = 33.93%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4722A (or 0xB4722A) is known color: Pirate Gold. HEX triplet: B4, 72 and 2A. RGB value is (180,114,42). Sum of RGB (Red+Green+Blue) = 180+114+42=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4722A is #4B8DD5. Grayscale: #7D7D7D. Windows color (decimal): -4951510 or 2781876. OLE color: 2781876.

HSL color Cylindrical-coordinate representation of color #B4722A: hue angle of 31.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4722A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 42 -
CMYK 0 0.37 0.77 0.29
HSL 31.3º 0.62% 0.44% -
HSV(B) 31.3º 0.77% 0.71% -
XYZ 25.26 21.91 5.09 -
YUV 125.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 180 114 42 0 0.37 0.77 0.29 31.3 0.62 0.44
Hex B4 72 2A 0 25 4D 1D 1F 3E 2C
Octal 264 162 52 0 45 115 35 37 76 54
Binary 10110100 1110010 101010 0 100101 1001101 11101 11111 111110 101100

Color Harmonies of #B4722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4722A

Black with #B4722A

Text Example


Text Example

White with #B4722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4722A; }

 p { color: rgb(180,114,42); }

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

background-color css

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

 a { background-color: rgb(180,114,42); }

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

border-color css

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

 span { border-color: rgb(180,114,42); }

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