Html Css Color HEX #B78022 Pirate Gold

📋 copy color: '#B78022'

red 183 ◦ green 128 ◦ blue 34

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

Shades of Pirate Gold #B78022

Tints of Pirate Gold #B78022

RGB

 RED value IS 183 (71.88% from 255) = 53.04%

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 53.04%
G = 37.1%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B78022 (or 0xB78022) is known color: Pirate Gold. HEX triplet: B7, 80 and 22. RGB value is (183,128,34). Sum of RGB (Red+Green+Blue) = 183+128+34=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B78022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78022 is #487FDD. Grayscale: #868686. Windows color (decimal): -4751326 or 2261175. OLE color: 2261175.

HSL color Cylindrical-coordinate representation of color #B78022: hue angle of 37.85º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B78022 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 128 34 -
CMYK 0 0.30 0.81 0.28
HSL 37.85º 0.69% 0.43% -
HSV(B) 37.85º 0.81% 0.72% -
XYZ 27.54 25.62 5.01 -
YUV 133.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 183 128 34 0 0.30 0.81 0.28 37.85 0.69 0.43
Hex B7 80 22 0 1E 51 1C 26 45 2B
Octal 267 200 42 0 36 121 34 46 105 53
Binary 10110111 10000000 100010 0 11110 1010001 11100 100110 1000101 101011

Color Harmonies of #B78022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78022

Black with #B78022

Text Example


Text Example

White with #B78022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78022; }

 p { color: rgb(183,128,34); }

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

background-color css

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

 a { background-color: rgb(183,128,34); }

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

border-color css

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

 span { border-color: rgb(183,128,34); }

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