Html Css Color HEX #B07300 Dark Goldenrod

📋 copy color: '#B07300'

red 176 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #B07300

Tints of Dark Goldenrod #B07300

RGB

 RED value IS 176 (69.14% from 255) = 60.48%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.48%
G = 39.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B07300 (or 0xB07300) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 00. RGB value is (176,115,0). Sum of RGB (Red+Green+Blue) = 176+115+0=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B07300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07300 is #4F8CFF. Grayscale: #787878. Windows color (decimal): -5213440 or 29616. OLE color: 29616.

HSL color Cylindrical-coordinate representation of color #B07300: hue angle of 39.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B07300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 0 -
CMYK 0 0.35 1 0.31
HSL 39.2º 1% 0.35% -
HSV(B) 39.2º 1% 0.69% -
XYZ 24.04 21.49 2.88 -
YUV 120.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 176 115 0 0 0.35 1 0.31 39.2 1 0.35
Hex B0 73 0 0 23 64 1F 27 64 23
Octal 260 163 0 0 43 144 37 47 144 43
Binary 10110000 1110011 0 0 100011 1100100 11111 100111 1100100 100011

Color Harmonies of #B07300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07300

Black with #B07300

Text Example


Text Example

White with #B07300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07300; }

 p { color: rgb(176,115,0); }

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

background-color css

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

 a { background-color: rgb(176,115,0); }

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

border-color css

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

 span { border-color: rgb(176,115,0); }

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