Html Css Color HEX #B27523 Pirate Gold

📋 copy color: '#B27523'

red 178 ◦ green 117 ◦ blue 35

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

Shades of Pirate Gold #B27523

Tints of Pirate Gold #B27523

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 53.94%
G = 35.45%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B27523 (or 0xB27523) is known color: Pirate Gold. HEX triplet: B2, 75 and 23. RGB value is (178,117,35). Sum of RGB (Red+Green+Blue) = 178+117+35=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27523 is #4D8ADC. Grayscale: #7E7E7E. Windows color (decimal): -5081821 or 2323890. OLE color: 2323890.

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

Color convert

RGB 178 117 35 -
CMYK 0 0.34 0.80 0.30
HSL 34.41º 0.67% 0.42% -
HSV(B) 34.41º 0.8% 0.7% -
XYZ 25.02 22.31 4.58 -
YUV 125.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 178 117 35 0 0.34 0.80 0.30 34.41 0.67 0.42
Hex B2 75 23 0 22 50 1E 22 43 2A
Octal 262 165 43 0 42 120 36 42 103 52
Binary 10110010 1110101 100011 0 100010 1010000 11110 100010 1000011 101010

Color Harmonies of #B27523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27523

Black with #B27523

Text Example


Text Example

White with #B27523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27523; }

 p { color: rgb(178,117,35); }

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

background-color css

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

 a { background-color: rgb(178,117,35); }

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

border-color css

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

 span { border-color: rgb(178,117,35); }

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