Html Css Color HEX #B16D0A Golden Brown

📋 copy color: '#B16D0A'

red 177 ◦ green 109 ◦ blue 10

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

Shades of Golden Brown #B16D0A

Tints of Golden Brown #B16D0A

RGB

 RED value IS 177 (69.53% from 255) = 59.8%

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 59.8%
G = 36.82%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B16D0A (or 0xB16D0A) is known color: Golden Brown. HEX triplet: B1, 6D and 0A. RGB value is (177,109,10). Sum of RGB (Red+Green+Blue) = 177+109+10=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D0A is #4E92F5. Grayscale: #767676. Windows color (decimal): -5149430 or 683441. OLE color: 683441.

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

Color convert

RGB 177 109 10 -
CMYK 0 0.38 0.94 0.31
HSL 35.57º 0.89% 0.37% -
HSV(B) 35.57º 0.94% 0.69% -
XYZ 23.65 20.31 2.96 -
YUV 118.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 177 109 10 0 0.38 0.94 0.31 35.57 0.89 0.37
Hex B1 6D A 0 26 5E 1F 24 59 25
Octal 261 155 12 0 46 136 37 44 131 45
Binary 10110001 1101101 1010 0 100110 1011110 11111 100100 1011001 100101

Color Harmonies of #B16D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D0A

Black with #B16D0A

Text Example


Text Example

White with #B16D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D0A; }

 p { color: rgb(177,109,10); }

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

background-color css

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

 a { background-color: rgb(177,109,10); }

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

border-color css

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

 span { border-color: rgb(177,109,10); }

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