Html Css Color HEX #B27823 Pirate Gold

📋 copy color: '#B27823'

red 178 ◦ green 120 ◦ blue 35

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

Shades of Pirate Gold #B27823

Tints of Pirate Gold #B27823

RGB

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

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

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

R = 53.45%
G = 36.04%
B = 10.51%

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

#B27823 (or 0xB27823) is known color: Pirate Gold. HEX triplet: B2, 78 and 23. RGB value is (178,120,35). Sum of RGB (Red+Green+Blue) = 178+120+35=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B27823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27823 is #4D87DC. Grayscale: #808080. Windows color (decimal): -5081053 or 2324658. OLE color: 2324658.

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

Color convert

RGB 178 120 35 -
CMYK 0 0.33 0.80 0.30
HSL 35.66º 0.67% 0.42% -
HSV(B) 35.66º 0.8% 0.7% -
XYZ 25.38 23.02 4.7 -
YUV 127.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 178 120 35 0 0.33 0.80 0.30 35.66 0.67 0.42
Hex B2 78 23 0 21 50 1E 24 43 2A
Octal 262 170 43 0 41 120 36 44 103 52
Binary 10110010 1111000 100011 0 100001 1010000 11110 100100 1000011 101010

Color Harmonies of #B27823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27823

Black with #B27823

Text Example


Text Example

White with #B27823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27823; }

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

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

background-color css

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

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

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

border-color css

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

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

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