Html Css Color HEX #B48C16 Dark Goldenrod

📋 copy color: '#B48C16'

red 180 ◦ green 140 ◦ blue 22

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

Shades of Dark Goldenrod #B48C16

Tints of Dark Goldenrod #B48C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 52.63%
G = 40.94%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B48C16 (or 0xB48C16) is known color: Dark Goldenrod. HEX triplet: B4, 8C and 16. RGB value is (180,140,22). Sum of RGB (Red+Green+Blue) = 180+140+22=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48C16 is #4B73E9. Grayscale: #8B8B8B. Windows color (decimal): -4944874 or 1477812. OLE color: 1477812.

HSL color Cylindrical-coordinate representation of color #B48C16: hue angle of 44.81º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B48C16 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 22 -
CMYK 0 0.22 0.88 0.29
HSL 44.81º 0.78% 0.4% -
HSV(B) 44.81º 0.88% 0.71% -
XYZ 28.35 28.52 4.77 -
YUV 138.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 180 140 22 0 0.22 0.88 0.29 44.81 0.78 0.4
Hex B4 8C 16 0 16 58 1D 2D 4E 28
Octal 264 214 26 0 26 130 35 55 116 50
Binary 10110100 10001100 10110 0 10110 1011000 11101 101101 1001110 101000

Color Harmonies of #B48C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C16

Black with #B48C16

Text Example


Text Example

White with #B48C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C16; }

 p { color: rgb(180,140,22); }

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

background-color css

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

 a { background-color: rgb(180,140,22); }

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

border-color css

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

 span { border-color: rgb(180,140,22); }

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