Html Css Color HEX #B48613 Dark Goldenrod

📋 copy color: '#B48613'

red 180 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #B48613

Tints of Dark Goldenrod #B48613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 54.05%
G = 40.24%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B48613 (or 0xB48613) is known color: Dark Goldenrod. HEX triplet: B4, 86 and 13. RGB value is (180,134,19). Sum of RGB (Red+Green+Blue) = 180+134+19=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B48613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48613 is #4B79EC. Grayscale: #878787. Windows color (decimal): -4946413 or 1279668. OLE color: 1279668.

HSL color Cylindrical-coordinate representation of color #B48613: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B48613 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 19 -
CMYK 0 0.26 0.89 0.29
HSL 42.86º 0.81% 0.39% -
HSV(B) 42.86º 0.89% 0.71% -
XYZ 27.47 26.8 4.34 -
YUV 134.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 180 134 19 0 0.26 0.89 0.29 42.86 0.81 0.39
Hex B4 86 13 0 1A 59 1D 2B 51 27
Octal 264 206 23 0 32 131 35 53 121 47
Binary 10110100 10000110 10011 0 11010 1011001 11101 101011 1010001 100111

Color Harmonies of #B48613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48613

Black with #B48613

Text Example


Text Example

White with #B48613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48613; }

 p { color: rgb(180,134,19); }

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

background-color css

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

 a { background-color: rgb(180,134,19); }

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

border-color css

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

 span { border-color: rgb(180,134,19); }

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