Html Css Color HEX #B1650E Golden Brown

📋 copy color: '#B1650E'

red 177 ◦ green 101 ◦ blue 14

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

Shades of Golden Brown #B1650E

Tints of Golden Brown #B1650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 60.62%
G = 34.59%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1650E (or 0xB1650E) is known color: Golden Brown. HEX triplet: B1, 65 and 0E. RGB value is (177,101,14). Sum of RGB (Red+Green+Blue) = 177+101+14=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1650E is #4E9AF1. Grayscale: #727272. Windows color (decimal): -5151474 or 943537. OLE color: 943537.

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

Color convert

RGB 177 101 14 -
CMYK 0 0.43 0.92 0.31
HSL 32.02º 0.85% 0.37% -
HSV(B) 32.02º 0.92% 0.69% -
XYZ 22.86 18.69 2.82 -
YUV 113.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 177 101 14 0 0.43 0.92 0.31 32.02 0.85 0.37
Hex B1 65 E 0 2B 5C 1F 20 55 25
Octal 261 145 16 0 53 134 37 40 125 45
Binary 10110001 1100101 1110 0 101011 1011100 11111 100000 1010101 100101

Color Harmonies of #B1650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1650E

Black with #B1650E

Text Example


Text Example

White with #B1650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1650E; }

 p { color: rgb(177,101,14); }

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

background-color css

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

 a { background-color: rgb(177,101,14); }

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

border-color css

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

 span { border-color: rgb(177,101,14); }

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