Html Css Color HEX #B3780C Dark Goldenrod

📋 copy color: '#B3780C'

red 179 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #B3780C

Tints of Dark Goldenrod #B3780C

RGB

 RED value IS 179 (70.31% from 255) = 57.56%

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

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

R = 57.56%
G = 38.59%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3780C (or 0xB3780C) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 0C. RGB value is (179,120,12). Sum of RGB (Red+Green+Blue) = 179+120+12=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3780C is #4C87F3. Grayscale: #7D7D7D. Windows color (decimal): -5015540 or 817331. OLE color: 817331.

HSL color Cylindrical-coordinate representation of color #B3780C: hue angle of 38.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3780C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 12 -
CMYK 0 0.33 0.93 0.30
HSL 38.8º 0.87% 0.37% -
HSV(B) 38.8º 0.93% 0.7% -
XYZ 25.37 23.04 3.46 -
YUV 125.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 179 120 12 0 0.33 0.93 0.30 38.8 0.87 0.37
Hex B3 78 C 0 21 5D 1E 27 57 25
Octal 263 170 14 0 41 135 36 47 127 45
Binary 10110011 1111000 1100 0 100001 1011101 11110 100111 1010111 100101

Color Harmonies of #B3780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3780C

Black with #B3780C

Text Example


Text Example

White with #B3780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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