Html Css Color HEX #B7821A Dark Goldenrod

📋 copy color: '#B7821A'

red 183 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #B7821A

Tints of Dark Goldenrod #B7821A

RGB

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

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

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

R = 53.98%
G = 38.35%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7821A (or 0xB7821A) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 1A. RGB value is (183,130,26). Sum of RGB (Red+Green+Blue) = 183+130+26=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7821A is #487DE5. Grayscale: #868686. Windows color (decimal): -4750822 or 1737399. OLE color: 1737399.

HSL color Cylindrical-coordinate representation of color #B7821A: hue angle of 39.75º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7821A is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 26 -
CMYK 0 0.29 0.86 0.28
HSL 39.75º 0.75% 0.41% -
HSV(B) 39.75º 0.86% 0.72% -
XYZ 27.7 26.11 4.56 -
YUV 133.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 183 130 26 0 0.29 0.86 0.28 39.75 0.75 0.41
Hex B7 82 1A 0 1D 56 1C 28 4B 29
Octal 267 202 32 0 35 126 34 50 113 51
Binary 10110111 10000010 11010 0 11101 1010110 11100 101000 1001011 101001

Color Harmonies of #B7821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7821A

Black with #B7821A

Text Example


Text Example

White with #B7821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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