Html Css Color HEX #B1821A Dark Goldenrod

📋 copy color: '#B1821A'

red 177 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #B1821A

Tints of Dark Goldenrod #B1821A

RGB

 RED value IS 177 (69.53% from 255) = 53.15%

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

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

R = 53.15%
G = 39.04%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1821A (or 0xB1821A) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 1A. RGB value is (177,130,26). Sum of RGB (Red+Green+Blue) = 177+130+26=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1821A is #4E7DE5. Grayscale: #848484. Windows color (decimal): -5144038 or 1737393. OLE color: 1737393.

HSL color Cylindrical-coordinate representation of color #B1821A: hue angle of 41.32º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1821A is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 26 -
CMYK 0 0.27 0.85 0.31
HSL 41.32º 0.74% 0.4% -
HSV(B) 41.32º 0.85% 0.69% -
XYZ 26.3 25.39 4.49 -
YUV 132.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 177 130 26 0 0.27 0.85 0.31 41.32 0.74 0.4
Hex B1 82 1A 0 1B 55 1F 29 4A 28
Octal 261 202 32 0 33 125 37 51 112 50
Binary 10110001 10000010 11010 0 11011 1010101 11111 101001 1001010 101000

Color Harmonies of #B1821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1821A

Black with #B1821A

Text Example


Text Example

White with #B1821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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