Html Css Color HEX #B6791C Pirate Gold

📋 copy color: '#B6791C'

red 182 ◦ green 121 ◦ blue 28

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

Shades of Pirate Gold #B6791C

Tints of Pirate Gold #B6791C

RGB

 RED value IS 182 (71.48% from 255) = 54.98%

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 54.98%
G = 36.56%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6791C (or 0xB6791C) is known color: Pirate Gold. HEX triplet: B6, 79 and 1C. RGB value is (182,121,28). Sum of RGB (Red+Green+Blue) = 182+121+28=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6791C is #4986E3. Grayscale: #818181. Windows color (decimal): -4818660 or 1866166. OLE color: 1866166.

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

Color convert

RGB 182 121 28 -
CMYK 0 0.34 0.85 0.29
HSL 36.23º 0.73% 0.41% -
HSV(B) 36.23º 0.85% 0.71% -
XYZ 26.34 23.7 4.29 -
YUV 128.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 182 121 28 0 0.34 0.85 0.29 36.23 0.73 0.41
Hex B6 79 1C 0 22 55 1D 24 49 29
Octal 266 171 34 0 42 125 35 44 111 51
Binary 10110110 1111001 11100 0 100010 1010101 11101 100100 1001001 101001

Color Harmonies of #B6791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6791C

Black with #B6791C

Text Example


Text Example

White with #B6791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6791C; }

 p { color: rgb(182,121,28); }

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

background-color css

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

 a { background-color: rgb(182,121,28); }

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

border-color css

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

 span { border-color: rgb(182,121,28); }

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