Html Css Color HEX #B07B1A Dark Goldenrod

📋 copy color: '#B07B1A'

red 176 ◦ green 123 ◦ blue 26

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

Shades of Dark Goldenrod #B07B1A

Tints of Dark Goldenrod #B07B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8%

R = 54.15%
G = 37.85%
B = 8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B07B1A (or 0xB07B1A) is known color: Dark Goldenrod. HEX triplet: B0, 7B and 1A. RGB value is (176,123,26). Sum of RGB (Red+Green+Blue) = 176+123+26=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B1A is #4F84E5. Grayscale: #808080. Windows color (decimal): -5211366 or 1735600. OLE color: 1735600.

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

Color convert

RGB 176 123 26 -
CMYK 0 0.30 0.85 0.31
HSL 38.8º 0.74% 0.4% -
HSV(B) 38.8º 0.85% 0.69% -
XYZ 25.17 23.47 4.18 -
YUV 127.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 176 123 26 0 0.30 0.85 0.31 38.8 0.74 0.4
Hex B0 7B 1A 0 1E 55 1F 27 4A 28
Octal 260 173 32 0 36 125 37 47 112 50
Binary 10110000 1111011 11010 0 11110 1010101 11111 100111 1001010 101000

Color Harmonies of #B07B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B1A

Black with #B07B1A

Text Example


Text Example

White with #B07B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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