Html Css Color HEX #B27025 Pirate Gold

📋 copy color: '#B27025'

red 178 ◦ green 112 ◦ blue 37

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

Shades of Pirate Gold #B27025

Tints of Pirate Gold #B27025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 54.43%
G = 34.25%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B27025 (or 0xB27025) is known color: Pirate Gold. HEX triplet: B2, 70 and 25. RGB value is (178,112,37). Sum of RGB (Red+Green+Blue) = 178+112+37=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B27025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27025 is #4D8FDA. Grayscale: #7B7B7B. Windows color (decimal): -5083099 or 2453682. OLE color: 2453682.

HSL color Cylindrical-coordinate representation of color #B27025: hue angle of 31.91º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B27025 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 37 -
CMYK 0 0.37 0.79 0.30
HSL 31.91º 0.66% 0.42% -
HSV(B) 31.91º 0.79% 0.7% -
XYZ 24.49 21.19 4.55 -
YUV 123.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 178 112 37 0 0.37 0.79 0.30 31.91 0.66 0.42
Hex B2 70 25 0 25 4F 1E 20 42 2A
Octal 262 160 45 0 45 117 36 40 102 52
Binary 10110010 1110000 100101 0 100101 1001111 11110 100000 1000010 101010

Color Harmonies of #B27025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27025

Black with #B27025

Text Example


Text Example

White with #B27025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27025; }

 p { color: rgb(178,112,37); }

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

background-color css

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

 a { background-color: rgb(178,112,37); }

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

border-color css

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

 span { border-color: rgb(178,112,37); }

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