Html Css Color HEX #B2661B Pirate Gold

📋 copy color: '#B2661B'

red 178 ◦ green 102 ◦ blue 27

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

Shades of Pirate Gold #B2661B

Tints of Pirate Gold #B2661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

 BLUE value IS 27 (10.94% from 255) = 8.79%

R = 57.98%
G = 33.22%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2661B (or 0xB2661B) is known color: Pirate Gold. HEX triplet: B2, 66 and 1B. RGB value is (178,102,27). Sum of RGB (Red+Green+Blue) = 178+102+27=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2661B is #4D99E4. Grayscale: #747474. Windows color (decimal): -5085669 or 1795762. OLE color: 1795762.

HSL color Cylindrical-coordinate representation of color #B2661B: hue angle of 29.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2661B is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 102 27 -
CMYK 0 0.43 0.85 0.30
HSL 29.8º 0.74% 0.4% -
HSV(B) 29.8º 0.85% 0.7% -
XYZ 23.31 19.05 3.48 -
YUV 116.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 178 102 27 0 0.43 0.85 0.30 29.8 0.74 0.4
Hex B2 66 1B 0 2B 55 1E 1E 4A 28
Octal 262 146 33 0 53 125 36 36 112 50
Binary 10110010 1100110 11011 0 101011 1010101 11110 11110 1001010 101000

Color Harmonies of #B2661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2661B

Black with #B2661B

Text Example


Text Example

White with #B2661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2661B; }

 p { color: rgb(178,102,27); }

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

background-color css

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

 a { background-color: rgb(178,102,27); }

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

border-color css

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

 span { border-color: rgb(178,102,27); }

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