Html Css Color HEX #B2671B Pirate Gold

📋 copy color: '#B2671B'

red 178 ◦ green 103 ◦ blue 27

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

Shades of Pirate Gold #B2671B

Tints of Pirate Gold #B2671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 57.79%
G = 33.44%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2671B (or 0xB2671B) is known color: Pirate Gold. HEX triplet: B2, 67 and 1B. RGB value is (178,103,27). Sum of RGB (Red+Green+Blue) = 178+103+27=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2671B is #4D98E4. Grayscale: #757575. Windows color (decimal): -5085413 or 1796018. OLE color: 1796018.

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

Color convert

RGB 178 103 27 -
CMYK 0 0.42 0.85 0.30
HSL 30.2º 0.74% 0.4% -
HSV(B) 30.2º 0.85% 0.7% -
XYZ 23.41 19.24 3.52 -
YUV 116.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 178 103 27 0 0.42 0.85 0.30 30.2 0.74 0.4
Hex B2 67 1B 0 2A 55 1E 1E 4A 28
Octal 262 147 33 0 52 125 36 36 112 50
Binary 10110010 1100111 11011 0 101010 1010101 11110 11110 1001010 101000

Color Harmonies of #B2671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2671B

Black with #B2671B

Text Example


Text Example

White with #B2671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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