Html Css Color HEX #B6691C Pirate Gold

📋 copy color: '#B6691C'

red 182 ◦ green 105 ◦ blue 28

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

Shades of Pirate Gold #B6691C

Tints of Pirate Gold #B6691C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 57.78%
G = 33.33%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6691C (or 0xB6691C) is known color: Pirate Gold. HEX triplet: B6, 69 and 1C. RGB value is (182,105,28). Sum of RGB (Red+Green+Blue) = 182+105+28=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6691C is #4996E3. Grayscale: #777777. Windows color (decimal): -4822756 or 1862070. OLE color: 1862070.

HSL color Cylindrical-coordinate representation of color #B6691C: hue angle of 30º 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 #B6691C is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 105 28 -
CMYK 0 0.42 0.85 0.29
HSL 30º 0.73% 0.41% -
HSV(B) 30º 0.85% 0.71% -
XYZ 24.55 20.13 3.69 -
YUV 119.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 182 105 28 0 0.42 0.85 0.29 30 0.73 0.41
Hex B6 69 1C 0 2A 55 1D 1E 49 29
Octal 266 151 34 0 52 125 35 36 111 51
Binary 10110110 1101001 11100 0 101010 1010101 11101 11110 1001001 101001

Color Harmonies of #B6691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6691C

Black with #B6691C

Text Example


Text Example

White with #B6691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6691C; }

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

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

background-color css

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

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

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

border-color css

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

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

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