Html Css Color HEX #B27623 Pirate Gold

📋 copy color: '#B27623'

red 178 ◦ green 118 ◦ blue 35

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

Shades of Pirate Gold #B27623

Tints of Pirate Gold #B27623

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 53.78%
G = 35.65%
B = 10.57%

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

#B27623 (or 0xB27623) is known color: Pirate Gold. HEX triplet: B2, 76 and 23. RGB value is (178,118,35). Sum of RGB (Red+Green+Blue) = 178+118+35=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B27623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27623 is #4D89DC. Grayscale: #7E7E7E. Windows color (decimal): -5081565 or 2324146. OLE color: 2324146.

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

Color convert

RGB 178 118 35 -
CMYK 0 0.34 0.80 0.30
HSL 34.83º 0.67% 0.42% -
HSV(B) 34.83º 0.8% 0.7% -
XYZ 25.14 22.54 4.62 -
YUV 126.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 178 118 35 0 0.34 0.80 0.30 34.83 0.67 0.42
Hex B2 76 23 0 22 50 1E 23 43 2A
Octal 262 166 43 0 42 120 36 43 103 52
Binary 10110010 1110110 100011 0 100010 1010000 11110 100011 1000011 101010

Color Harmonies of #B27623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27623

Black with #B27623

Text Example


Text Example

White with #B27623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27623; }

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

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

background-color css

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

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

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

border-color css

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

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

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