Html Css Color HEX #B26C1D Pirate Gold

📋 copy color: '#B26C1D'

red 178 ◦ green 108 ◦ blue 29

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

Shades of Pirate Gold #B26C1D

Tints of Pirate Gold #B26C1D

RGB

 RED value IS 178 (69.92% from 255) = 56.51%

 GREEN value IS 108 (42.58% from 255) = 34.29%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 56.51%
G = 34.29%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B26C1D (or 0xB26C1D) is known color: Pirate Gold. HEX triplet: B2, 6C and 1D. RGB value is (178,108,29). Sum of RGB (Red+Green+Blue) = 178+108+29=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C1D is #4D93E2. Grayscale: #787878. Windows color (decimal): -5084131 or 1928370. OLE color: 1928370.

HSL color Cylindrical-coordinate representation of color #B26C1D: hue angle of 31.81º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B26C1D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 29 -
CMYK 0 0.39 0.84 0.30
HSL 31.81º 0.72% 0.41% -
HSV(B) 31.81º 0.84% 0.7% -
XYZ 23.94 20.28 3.81 -
YUV 119.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 178 108 29 0 0.39 0.84 0.30 31.81 0.72 0.41
Hex B2 6C 1D 0 27 54 1E 20 48 29
Octal 262 154 35 0 47 124 36 40 110 51
Binary 10110010 1101100 11101 0 100111 1010100 11110 100000 1001000 101001

Color Harmonies of #B26C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C1D

Black with #B26C1D

Text Example


Text Example

White with #B26C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C1D; }

 p { color: rgb(178,108,29); }

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

background-color css

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

 a { background-color: rgb(178,108,29); }

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

border-color css

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

 span { border-color: rgb(178,108,29); }

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