Html Css Color HEX #BD7723 Pirate Gold

📋 copy color: '#BD7723'

red 189 ◦ green 119 ◦ blue 35

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

Shades of Pirate Gold #BD7723

Tints of Pirate Gold #BD7723

RGB

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

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

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

R = 55.1%
G = 34.69%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD7723 (or 0xBD7723) is known color: Pirate Gold. HEX triplet: BD, 77 and 23. RGB value is (189,119,35). Sum of RGB (Red+Green+Blue) = 189+119+35=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7723 is #4288DC. Grayscale: #828282. Windows color (decimal): -4360413 or 2324413. OLE color: 2324413.

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

Color convert

RGB 189 119 35 -
CMYK 0 0.37 0.81 0.26
HSL 32.73º 0.69% 0.44% -
HSV(B) 32.73º 0.81% 0.74% -
XYZ 27.89 24.13 4.78 -
YUV 130.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 189 119 35 0 0.37 0.81 0.26 32.73 0.69 0.44
Hex BD 77 23 0 25 51 1A 21 45 2C
Octal 275 167 43 0 45 121 32 41 105 54
Binary 10111101 1110111 100011 0 100101 1010001 11010 100001 1000101 101100

Color Harmonies of #BD7723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7723

Black with #BD7723

Text Example


Text Example

White with #BD7723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7723; }

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

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

background-color css

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

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

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

border-color css

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

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

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