Html Css Color HEX #B1680A Golden Brown

📋 copy color: '#B1680A'

red 177 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #B1680A

Tints of Golden Brown #B1680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

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

R = 60.82%
G = 35.74%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1680A (or 0xB1680A) is known color: Golden Brown. HEX triplet: B1, 68 and 0A. RGB value is (177,104,10). Sum of RGB (Red+Green+Blue) = 177+104+10=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1680A is #4E97F5. Grayscale: #737373. Windows color (decimal): -5150710 or 682161. OLE color: 682161.

HSL color Cylindrical-coordinate representation of color #B1680A: hue angle of 33.77º 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 #B1680A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 104 10 -
CMYK 0 0.41 0.94 0.31
HSL 33.77º 0.89% 0.37% -
HSV(B) 33.77º 0.94% 0.69% -
XYZ 23.14 19.27 2.79 -
YUV 115.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 177 104 10 0 0.41 0.94 0.31 33.77 0.89 0.37
Hex B1 68 A 0 29 5E 1F 22 59 25
Octal 261 150 12 0 51 136 37 42 131 45
Binary 10110001 1101000 1010 0 101001 1011110 11111 100010 1011001 100101

Color Harmonies of #B1680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1680A

Black with #B1680A

Text Example


Text Example

White with #B1680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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