Html Css Color HEX #B48C01 Dark Goldenrod

📋 copy color: '#B48C01'

red 180 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #B48C01

Tints of Dark Goldenrod #B48C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 56.07%
G = 43.61%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B48C01 (or 0xB48C01) is known color: Dark Goldenrod. HEX triplet: B4, 8C and 01. RGB value is (180,140,1). Sum of RGB (Red+Green+Blue) = 180+140+1=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48C01 is #4B73FE. Grayscale: #888888. Windows color (decimal): -4944895 or 101556. OLE color: 101556.

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

Color convert

RGB 180 140 1 -
CMYK 0 0.22 0.99 0.29
HSL 46.59º 0.99% 0.35% -
HSV(B) 46.59º 0.99% 0.71% -
XYZ 28.21 28.46 4.04 -
YUV 136.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 180 140 1 0 0.22 0.99 0.29 46.59 0.99 0.35
Hex B4 8C 1 0 16 63 1D 2F 63 23
Octal 264 214 1 0 26 143 35 57 143 43
Binary 10110100 10001100 1 0 10110 1100011 11101 101111 1100011 100011

Color Harmonies of #B48C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C01

Black with #B48C01

Text Example


Text Example

White with #B48C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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