Html Css Color HEX #B07502 Dark Goldenrod

📋 copy color: '#B07502'

red 176 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #B07502

Tints of Dark Goldenrod #B07502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 59.66%
G = 39.66%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07502 (or 0xB07502) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 02. RGB value is (176,117,2). Sum of RGB (Red+Green+Blue) = 176+117+2=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B07502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07502 is #4F8AFD. Grayscale: #7A7A7A. Windows color (decimal): -5212926 or 161200. OLE color: 161200.

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

Color convert

RGB 176 117 2 -
CMYK 0 0.34 0.99 0.31
HSL 39.66º 0.98% 0.35% -
HSV(B) 39.66º 0.99% 0.69% -
XYZ 24.28 21.96 3.02 -
YUV 121.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 176 117 2 0 0.34 0.99 0.31 39.66 0.98 0.35
Hex B0 75 2 0 22 63 1F 28 62 23
Octal 260 165 2 0 42 143 37 50 142 43
Binary 10110000 1110101 10 0 100010 1100011 11111 101000 1100010 100011

Color Harmonies of #B07502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07502

Black with #B07502

Text Example


Text Example

White with #B07502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07502; }

 p { color: rgb(176,117,2); }

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

background-color css

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

 a { background-color: rgb(176,117,2); }

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

border-color css

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

 span { border-color: rgb(176,117,2); }

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