Html Css Color HEX #B4791E Pirate Gold

📋 copy color: '#B4791E'

red 180 ◦ green 121 ◦ blue 30

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

Shades of Pirate Gold #B4791E

Tints of Pirate Gold #B4791E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 54.38%
G = 36.56%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4791E (or 0xB4791E) is known color: Pirate Gold. HEX triplet: B4, 79 and 1E. RGB value is (180,121,30). Sum of RGB (Red+Green+Blue) = 180+121+30=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B4791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4791E is #4B86E1. Grayscale: #808080. Windows color (decimal): -4949730 or 1997236. OLE color: 1997236.

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

Color convert

RGB 180 121 30 -
CMYK 0 0.33 0.83 0.29
HSL 36.4º 0.71% 0.41% -
HSV(B) 36.4º 0.83% 0.71% -
XYZ 25.89 23.47 4.39 -
YUV 128.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 180 121 30 0 0.33 0.83 0.29 36.4 0.71 0.41
Hex B4 79 1E 0 21 53 1D 24 47 29
Octal 264 171 36 0 41 123 35 44 107 51
Binary 10110100 1111001 11110 0 100001 1010011 11101 100100 1000111 101001

Color Harmonies of #B4791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4791E

Black with #B4791E

Text Example


Text Example

White with #B4791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4791E; }

 p { color: rgb(180,121,30); }

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

background-color css

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

 a { background-color: rgb(180,121,30); }

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

border-color css

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

 span { border-color: rgb(180,121,30); }

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