Html Css Color HEX #B47B07 Dark Goldenrod

📋 copy color: '#B47B07'

red 180 ◦ green 123 ◦ blue 7

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

Shades of Dark Goldenrod #B47B07

Tints of Dark Goldenrod #B47B07

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 58.06%
G = 39.68%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B47B07 (or 0xB47B07) is known color: Dark Goldenrod. HEX triplet: B4, 7B and 07. RGB value is (180,123,7). Sum of RGB (Red+Green+Blue) = 180+123+7=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47B07 is #4B84F8. Grayscale: #7F7F7F. Windows color (decimal): -4949241 or 490420. OLE color: 490420.

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

Color convert

RGB 180 123 7 -
CMYK 0 0.32 0.96 0.29
HSL 40.23º 0.93% 0.37% -
HSV(B) 40.23º 0.96% 0.71% -
XYZ 25.94 23.88 3.44 -
YUV 126.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 180 123 7 0 0.32 0.96 0.29 40.23 0.93 0.37
Hex B4 7B 7 0 20 60 1D 28 5D 25
Octal 264 173 7 0 40 140 35 50 135 45
Binary 10110100 1111011 111 0 100000 1100000 11101 101000 1011101 100101

Color Harmonies of #B47B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B07

Black with #B47B07

Text Example


Text Example

White with #B47B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B07; }

 p { color: rgb(180,123,7); }

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

background-color css

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

 a { background-color: rgb(180,123,7); }

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

border-color css

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

 span { border-color: rgb(180,123,7); }

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