Html Css Color HEX #B27323 Pirate Gold

📋 copy color: '#B27323'

red 178 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #B27323

Tints of Pirate Gold #B27323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

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

R = 54.27%
G = 35.06%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B27323 (or 0xB27323) is known color: Pirate Gold. HEX triplet: B2, 73 and 23. RGB value is (178,115,35). Sum of RGB (Red+Green+Blue) = 178+115+35=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B27323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27323 is #4D8CDC. Grayscale: #7D7D7D. Windows color (decimal): -5082333 or 2323378. OLE color: 2323378.

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

Color convert

RGB 178 115 35 -
CMYK 0 0.35 0.80 0.30
HSL 33.57º 0.67% 0.42% -
HSV(B) 33.57º 0.8% 0.7% -
XYZ 24.79 21.85 4.5 -
YUV 124.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 178 115 35 0 0.35 0.80 0.30 33.57 0.67 0.42
Hex B2 73 23 0 23 50 1E 22 43 2A
Octal 262 163 43 0 43 120 36 42 103 52
Binary 10110010 1110011 100011 0 100011 1010000 11110 100010 1000011 101010

Color Harmonies of #B27323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27323

Black with #B27323

Text Example


Text Example

White with #B27323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27323; }

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

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

background-color css

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

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

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

border-color css

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

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

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