Html Css Color HEX #B27824 Pirate Gold

📋 copy color: '#B27824'

red 178 ◦ green 120 ◦ blue 36

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

Shades of Pirate Gold #B27824

Tints of Pirate Gold #B27824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

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

R = 53.29%
G = 35.93%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B27824 (or 0xB27824) is known color: Pirate Gold. HEX triplet: B2, 78 and 24. RGB value is (178,120,36). Sum of RGB (Red+Green+Blue) = 178+120+36=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B27824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27824 is #4D87DB. Grayscale: #808080. Windows color (decimal): -5081052 or 2390194. OLE color: 2390194.

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

Color convert

RGB 178 120 36 -
CMYK 0 0.33 0.80 0.30
HSL 35.49º 0.66% 0.42% -
HSV(B) 35.49º 0.8% 0.7% -
XYZ 25.4 23.03 4.77 -
YUV 127.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 178 120 36 0 0.33 0.80 0.30 35.49 0.66 0.42
Hex B2 78 24 0 21 50 1E 23 42 2A
Octal 262 170 44 0 41 120 36 43 102 52
Binary 10110010 1111000 100100 0 100001 1010000 11110 100011 1000010 101010

Color Harmonies of #B27824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27824

Black with #B27824

Text Example


Text Example

White with #B27824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27824; }

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

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

background-color css

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

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

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

border-color css

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

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

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