Html Css Color HEX #B16601 Golden Brown

📋 copy color: '#B16601'

red 177 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #B16601

Tints of Golden Brown #B16601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 63.21%
G = 36.43%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B16601 (or 0xB16601) is known color: Golden Brown. HEX triplet: B1, 66 and 01. RGB value is (177,102,1). Sum of RGB (Red+Green+Blue) = 177+102+1=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B16601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16601 is #4E99FE. Grayscale: #717171. Windows color (decimal): -5151231 or 91825. OLE color: 91825.

HSL color Cylindrical-coordinate representation of color #B16601: hue angle of 34.43º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B16601 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 1 -
CMYK 0 0.42 0.99 0.31
HSL 34.43º 0.99% 0.35% -
HSV(B) 34.43º 0.99% 0.69% -
XYZ 22.89 18.85 2.46 -
YUV 112.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 177 102 1 0 0.42 0.99 0.31 34.43 0.99 0.35
Hex B1 66 1 0 2A 63 1F 22 63 23
Octal 261 146 1 0 52 143 37 42 143 43
Binary 10110001 1100110 1 0 101010 1100011 11111 100010 1100011 100011

Color Harmonies of #B16601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16601

Black with #B16601

Text Example


Text Example

White with #B16601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16601; }

 p { color: rgb(177,102,1); }

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

background-color css

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

 a { background-color: rgb(177,102,1); }

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

border-color css

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

 span { border-color: rgb(177,102,1); }

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