Html Css Color HEX #B4780C Dark Goldenrod

📋 copy color: '#B4780C'

red 180 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #B4780C

Tints of Dark Goldenrod #B4780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 57.69%
G = 38.46%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4780C (or 0xB4780C) is known color: Dark Goldenrod. HEX triplet: B4, 78 and 0C. RGB value is (180,120,12). Sum of RGB (Red+Green+Blue) = 180+120+12=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4780C is #4B87F3. Grayscale: #7E7E7E. Windows color (decimal): -4950004 or 817332. OLE color: 817332.

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

Color convert

RGB 180 120 12 -
CMYK 0 0.33 0.93 0.29
HSL 38.57º 0.88% 0.38% -
HSV(B) 38.57º 0.93% 0.71% -
XYZ 25.61 23.16 3.47 -
YUV 125.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 180 120 12 0 0.33 0.93 0.29 38.57 0.88 0.38
Hex B4 78 C 0 21 5D 1D 27 58 26
Octal 264 170 14 0 41 135 35 47 130 46
Binary 10110100 1111000 1100 0 100001 1011101 11101 100111 1011000 100110

Color Harmonies of #B4780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4780C

Black with #B4780C

Text Example


Text Example

White with #B4780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4780C; }

 p { color: rgb(180,120,12); }

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

background-color css

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

 a { background-color: rgb(180,120,12); }

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

border-color css

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

 span { border-color: rgb(180,120,12); }

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