Html Css Color HEX #B8780A Dark Goldenrod

📋 copy color: '#B8780A'

red 184 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #B8780A

Tints of Dark Goldenrod #B8780A

RGB

 RED value IS 184 (72.27% from 255) = 58.6%

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 58.6%
G = 38.22%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8780A (or 0xB8780A) is known color: Dark Goldenrod. HEX triplet: B8, 78 and 0A. RGB value is (184,120,10). Sum of RGB (Red+Green+Blue) = 184+120+10=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8780A is #4787F5. Grayscale: #7F7F7F. Windows color (decimal): -4687862 or 686264. OLE color: 686264.

HSL color Cylindrical-coordinate representation of color #B8780A: hue angle of 37.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8780A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 10 -
CMYK 0 0.35 0.95 0.28
HSL 37.93º 0.9% 0.38% -
HSV(B) 37.93º 0.95% 0.72% -
XYZ 26.54 23.65 3.45 -
YUV 126.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 184 120 10 0 0.35 0.95 0.28 37.93 0.9 0.38
Hex B8 78 A 0 23 5F 1C 26 5A 26
Octal 270 170 12 0 43 137 34 46 132 46
Binary 10111000 1111000 1010 0 100011 1011111 11100 100110 1011010 100110

Color Harmonies of #B8780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8780A

Black with #B8780A

Text Example


Text Example

White with #B8780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8780A; }

 p { color: rgb(184,120,10); }

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

background-color css

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

 a { background-color: rgb(184,120,10); }

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

border-color css

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

 span { border-color: rgb(184,120,10); }

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