Html Css Color HEX #BD8022 Pirate Gold

📋 copy color: '#BD8022'

red 189 ◦ green 128 ◦ blue 34

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

Shades of Pirate Gold #BD8022

Tints of Pirate Gold #BD8022

RGB

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

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

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

R = 53.85%
G = 36.47%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD8022 (or 0xBD8022) is known color: Pirate Gold. HEX triplet: BD, 80 and 22. RGB value is (189,128,34). Sum of RGB (Red+Green+Blue) = 189+128+34=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8022 is #427FDD. Grayscale: #878787. Windows color (decimal): -4358110 or 2261181. OLE color: 2261181.

HSL color Cylindrical-coordinate representation of color #BD8022: hue angle of 36.39º 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 #BD8022 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 34 -
CMYK 0 0.32 0.82 0.26
HSL 36.39º 0.7% 0.44% -
HSV(B) 36.39º 0.82% 0.74% -
XYZ 28.99 26.37 5.08 -
YUV 135.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 189 128 34 0 0.32 0.82 0.26 36.39 0.7 0.44
Hex BD 80 22 0 20 52 1A 24 46 2C
Octal 275 200 42 0 40 122 32 44 106 54
Binary 10111101 10000000 100010 0 100000 1010010 11010 100100 1000110 101100

Color Harmonies of #BD8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8022

Black with #BD8022

Text Example


Text Example

White with #BD8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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