Html Css Color HEX #B4821C Dark Goldenrod

📋 copy color: '#B4821C'

red 180 ◦ green 130 ◦ blue 28

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

Shades of Dark Goldenrod #B4821C

Tints of Dark Goldenrod #B4821C

RGB

 RED value IS 180 (70.7% from 255) = 53.25%

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 53.25%
G = 38.46%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4821C (or 0xB4821C) is known color: Dark Goldenrod. HEX triplet: B4, 82 and 1C. RGB value is (180,130,28). Sum of RGB (Red+Green+Blue) = 180+130+28=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4821C is #4B7DE3. Grayscale: #858585. Windows color (decimal): -4947428 or 1868468. OLE color: 1868468.

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

Color convert

RGB 180 130 28 -
CMYK 0 0.28 0.84 0.29
HSL 40.26º 0.73% 0.41% -
HSV(B) 40.26º 0.84% 0.71% -
XYZ 27.01 25.75 4.65 -
YUV 133.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 180 130 28 0 0.28 0.84 0.29 40.26 0.73 0.41
Hex B4 82 1C 0 1C 54 1D 28 49 29
Octal 264 202 34 0 34 124 35 50 111 51
Binary 10110100 10000010 11100 0 11100 1010100 11101 101000 1001001 101001

Color Harmonies of #B4821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4821C

Black with #B4821C

Text Example


Text Example

White with #B4821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4821C; }

 p { color: rgb(180,130,28); }

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

background-color css

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

 a { background-color: rgb(180,130,28); }

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

border-color css

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

 span { border-color: rgb(180,130,28); }

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