Html Css Color HEX #BD7722 Pirate Gold

📋 copy color: '#BD7722'

red 189 ◦ green 119 ◦ blue 34

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

Shades of Pirate Gold #BD7722

Tints of Pirate Gold #BD7722

RGB

 RED value IS 189 (74.22% from 255) = 55.26%

 GREEN value IS 119 (46.88% from 255) = 34.8%

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

R = 55.26%
G = 34.8%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD7722 (or 0xBD7722) is known color: Pirate Gold. HEX triplet: BD, 77 and 22. RGB value is (189,119,34). Sum of RGB (Red+Green+Blue) = 189+119+34=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7722 is #4288DD. Grayscale: #828282. Windows color (decimal): -4360414 or 2258877. OLE color: 2258877.

HSL color Cylindrical-coordinate representation of color #BD7722: hue angle of 32.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD7722 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 34 -
CMYK 0 0.37 0.82 0.26
HSL 32.9º 0.7% 0.44% -
HSV(B) 32.9º 0.82% 0.74% -
XYZ 27.87 24.13 4.7 -
YUV 130.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 189 119 34 0 0.37 0.82 0.26 32.9 0.7 0.44
Hex BD 77 22 0 25 52 1A 21 46 2C
Octal 275 167 42 0 45 122 32 41 106 54
Binary 10111101 1110111 100010 0 100101 1010010 11010 100001 1000110 101100

Color Harmonies of #BD7722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7722

Black with #BD7722

Text Example


Text Example

White with #BD7722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7722; }

 p { color: rgb(189,119,34); }

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

background-color css

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

 a { background-color: rgb(189,119,34); }

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

border-color css

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

 span { border-color: rgb(189,119,34); }

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