Html Css Color HEX #B7730E Dark Goldenrod

📋 copy color: '#B7730E'

red 183 ◦ green 115 ◦ blue 14

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

Shades of Dark Goldenrod #B7730E

Tints of Dark Goldenrod #B7730E

RGB

 RED value IS 183 (71.88% from 255) = 58.65%

 GREEN value IS 115 (45.31% from 255) = 36.86%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 58.65%
G = 36.86%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7730E (or 0xB7730E) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 0E. RGB value is (183,115,14). Sum of RGB (Red+Green+Blue) = 183+115+14=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7730E is #488CF1. Grayscale: #7C7C7C. Windows color (decimal): -4754674 or 947127. OLE color: 947127.

HSL color Cylindrical-coordinate representation of color #B7730E: hue angle of 35.86º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7730E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 115 14 -
CMYK 0 0.37 0.92 0.28
HSL 35.86º 0.86% 0.39% -
HSV(B) 35.86º 0.92% 0.72% -
XYZ 25.74 22.36 3.37 -
YUV 123.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 183 115 14 0 0.37 0.92 0.28 35.86 0.86 0.39
Hex B7 73 E 0 25 5C 1C 24 56 27
Octal 267 163 16 0 45 134 34 44 126 47
Binary 10110111 1110011 1110 0 100101 1011100 11100 100100 1010110 100111

Color Harmonies of #B7730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7730E

Black with #B7730E

Text Example


Text Example

White with #B7730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7730E; }

 p { color: rgb(183,115,14); }

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

background-color css

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

 a { background-color: rgb(183,115,14); }

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

border-color css

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

 span { border-color: rgb(183,115,14); }

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