Html Css Color HEX #B27024 Pirate Gold

📋 copy color: '#B27024'

red 178 ◦ green 112 ◦ blue 36

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

Shades of Pirate Gold #B27024

Tints of Pirate Gold #B27024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 54.6%
G = 34.36%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B27024 (or 0xB27024) is known color: Pirate Gold. HEX triplet: B2, 70 and 24. RGB value is (178,112,36). Sum of RGB (Red+Green+Blue) = 178+112+36=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B27024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27024 is #4D8FDB. Grayscale: #7B7B7B. Windows color (decimal): -5083100 or 2388146. OLE color: 2388146.

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

Color convert

RGB 178 112 36 -
CMYK 0 0.37 0.80 0.30
HSL 32.11º 0.66% 0.42% -
HSV(B) 32.11º 0.8% 0.7% -
XYZ 24.47 21.18 4.47 -
YUV 123.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 178 112 36 0 0.37 0.80 0.30 32.11 0.66 0.42
Hex B2 70 24 0 25 50 1E 20 42 2A
Octal 262 160 44 0 45 120 36 40 102 52
Binary 10110010 1110000 100100 0 100101 1010000 11110 100000 1000010 101010

Color Harmonies of #B27024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27024

Black with #B27024

Text Example


Text Example

White with #B27024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27024; }

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

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

background-color css

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

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

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

border-color css

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

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

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