Html Css Color HEX #B07A01 Dark Goldenrod

📋 copy color: '#B07A01'

red 176 ◦ green 122 ◦ blue 1

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

Shades of Dark Goldenrod #B07A01

Tints of Dark Goldenrod #B07A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 58.86%
G = 40.8%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07A01 (or 0xB07A01) is known color: Dark Goldenrod. HEX triplet: B0, 7A and 01. RGB value is (176,122,1). Sum of RGB (Red+Green+Blue) = 176+122+1=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07A01 is #4F85FE. Grayscale: #7C7C7C. Windows color (decimal): -5211647 or 96944. OLE color: 96944.

HSL color Cylindrical-coordinate representation of color #B07A01: hue angle of 41.49º degrees, saturation: 0.99, 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 #B07A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 122 1 -
CMYK 0 0.31 0.99 0.31
HSL 41.49º 0.99% 0.35% -
HSV(B) 41.49º 0.99% 0.69% -
XYZ 24.87 23.15 3.19 -
YUV 124.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 176 122 1 0 0.31 0.99 0.31 41.49 0.99 0.35
Hex B0 7A 1 0 1F 63 1F 29 63 23
Octal 260 172 1 0 37 143 37 51 143 43
Binary 10110000 1111010 1 0 11111 1100011 11111 101001 1100011 100011

Color Harmonies of #B07A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A01

Black with #B07A01

Text Example


Text Example

White with #B07A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A01; }

 p { color: rgb(176,122,1); }

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

background-color css

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

 a { background-color: rgb(176,122,1); }

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

border-color css

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

 span { border-color: rgb(176,122,1); }

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