Html Css Color HEX #B1650B Golden Brown

📋 copy color: '#B1650B'

red 177 ◦ green 101 ◦ blue 11

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

Shades of Golden Brown #B1650B

Tints of Golden Brown #B1650B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 61.25%
G = 34.95%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1650B (or 0xB1650B) is known color: Golden Brown. HEX triplet: B1, 65 and 0B. RGB value is (177,101,11). Sum of RGB (Red+Green+Blue) = 177+101+11=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1650B is #4E9AF4. Grayscale: #717171. Windows color (decimal): -5151477 or 746929. OLE color: 746929.

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

Color convert

RGB 177 101 11 -
CMYK 0 0.43 0.94 0.31
HSL 32.53º 0.88% 0.37% -
HSV(B) 32.53º 0.94% 0.69% -
XYZ 22.85 18.68 2.72 -
YUV 113.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 177 101 11 0 0.43 0.94 0.31 32.53 0.88 0.37
Hex B1 65 B 0 2B 5E 1F 21 58 25
Octal 261 145 13 0 53 136 37 41 130 45
Binary 10110001 1100101 1011 0 101011 1011110 11111 100001 1011000 100101

Color Harmonies of #B1650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1650B

Black with #B1650B

Text Example


Text Example

White with #B1650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1650B; }

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

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

background-color css

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

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

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

border-color css

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

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

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