Html Css Color HEX #B27D1B Pirate Gold

📋 copy color: '#B27D1B'

red 178 ◦ green 125 ◦ blue 27

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

Shades of Pirate Gold #B27D1B

Tints of Pirate Gold #B27D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 53.94%
G = 37.88%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B27D1B (or 0xB27D1B) is known color: Pirate Gold. HEX triplet: B2, 7D and 1B. RGB value is (178,125,27). Sum of RGB (Red+Green+Blue) = 178+125+27=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D1B is #4D82E4. Grayscale: #828282. Windows color (decimal): -5079781 or 1801650. OLE color: 1801650.

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

Color convert

RGB 178 125 27 -
CMYK 0 0.30 0.85 0.30
HSL 38.94º 0.74% 0.4% -
HSV(B) 38.94º 0.85% 0.7% -
XYZ 25.89 24.21 4.35 -
YUV 129.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 178 125 27 0 0.30 0.85 0.30 38.94 0.74 0.4
Hex B2 7D 1B 0 1E 55 1E 27 4A 28
Octal 262 175 33 0 36 125 36 47 112 50
Binary 10110010 1111101 11011 0 11110 1010101 11110 100111 1001010 101000

Color Harmonies of #B27D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D1B

Black with #B27D1B

Text Example


Text Example

White with #B27D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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