Html Css Color HEX #B1630A Golden Brown

📋 copy color: '#B1630A'

red 177 ◦ green 99 ◦ blue 10

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

Shades of Golden Brown #B1630A

Tints of Golden Brown #B1630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

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

R = 61.89%
G = 34.62%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1630A (or 0xB1630A) is known color: Golden Brown. HEX triplet: B1, 63 and 0A. RGB value is (177,99,10). Sum of RGB (Red+Green+Blue) = 177+99+10=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1630A is #4E9CF5. Grayscale: #707070. Windows color (decimal): -5151990 or 680881. OLE color: 680881.

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

Color convert

RGB 177 99 10 -
CMYK 0 0.44 0.94 0.31
HSL 31.98º 0.89% 0.37% -
HSV(B) 31.98º 0.94% 0.69% -
XYZ 22.65 18.29 2.62 -
YUV 112.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 177 99 10 0 0.44 0.94 0.31 31.98 0.89 0.37
Hex B1 63 A 0 2C 5E 1F 20 59 25
Octal 261 143 12 0 54 136 37 40 131 45
Binary 10110001 1100011 1010 0 101100 1011110 11111 100000 1011001 100101

Color Harmonies of #B1630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1630A

Black with #B1630A

Text Example


Text Example

White with #B1630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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