Html Css Color HEX #B07B05 Dark Goldenrod

📋 copy color: '#B07B05'

red 176 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #B07B05

Tints of Dark Goldenrod #B07B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 57.89%
G = 40.46%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B07B05 (or 0xB07B05) is known color: Dark Goldenrod. HEX triplet: B0, 7B and 05. RGB value is (176,123,5). Sum of RGB (Red+Green+Blue) = 176+123+5=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07B05 is #4F84FA. Grayscale: #7D7D7D. Windows color (decimal): -5211387 or 359344. OLE color: 359344.

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

Color convert

RGB 176 123 5 -
CMYK 0 0.30 0.97 0.31
HSL 41.4º 0.94% 0.35% -
HSV(B) 41.4º 0.97% 0.69% -
XYZ 25.01 23.41 3.34 -
YUV 125.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 176 123 5 0 0.30 0.97 0.31 41.4 0.94 0.35
Hex B0 7B 5 0 1E 61 1F 29 5E 23
Octal 260 173 5 0 36 141 37 51 136 43
Binary 10110000 1111011 101 0 11110 1100001 11111 101001 1011110 100011

Color Harmonies of #B07B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B05

Black with #B07B05

Text Example


Text Example

White with #B07B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B05; }

 p { color: rgb(176,123,5); }

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

background-color css

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

 a { background-color: rgb(176,123,5); }

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

border-color css

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

 span { border-color: rgb(176,123,5); }

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