Html Css Color HEX #BD821A Dark Goldenrod

📋 copy color: '#BD821A'

red 189 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #BD821A

Tints of Dark Goldenrod #BD821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 54.78%
G = 37.68%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD821A (or 0xBD821A) is known color: Dark Goldenrod. HEX triplet: BD, 82 and 1A. RGB value is (189,130,26). Sum of RGB (Red+Green+Blue) = 189+130+26=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD821A is #427DE5. Grayscale: #888888. Windows color (decimal): -4357606 or 1737405. OLE color: 1737405.

HSL color Cylindrical-coordinate representation of color #BD821A: hue angle of 38.28º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD821A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 130 26 -
CMYK 0 0.31 0.86 0.26
HSL 38.28º 0.76% 0.42% -
HSV(B) 38.28º 0.86% 0.74% -
XYZ 29.16 26.86 4.62 -
YUV 135.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 189 130 26 0 0.31 0.86 0.26 38.28 0.76 0.42
Hex BD 82 1A 0 1F 56 1A 26 4C 2A
Octal 275 202 32 0 37 126 32 46 114 52
Binary 10111101 10000010 11010 0 11111 1010110 11010 100110 1001100 101010

Color Harmonies of #BD821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD821A

Black with #BD821A

Text Example


Text Example

White with #BD821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD821A; }

 p { color: rgb(189,130,26); }

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

background-color css

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

 a { background-color: rgb(189,130,26); }

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

border-color css

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

 span { border-color: rgb(189,130,26); }

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