Html Css Color HEX #B25E10 Golden Brown

📋 copy color: '#B25E10'

red 178 ◦ green 94 ◦ blue 16

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

Shades of Golden Brown #B25E10

Tints of Golden Brown #B25E10

RGB

 RED value IS 178 (69.92% from 255) = 61.81%

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 61.81%
G = 32.64%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B25E10 (or 0xB25E10) is known color: Golden Brown. HEX triplet: B2, 5E and 10. RGB value is (178,94,16). Sum of RGB (Red+Green+Blue) = 178+94+16=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E10 is #4DA1EF. Grayscale: #6E6E6E. Windows color (decimal): -5087728 or 1072818. OLE color: 1072818.

HSL color Cylindrical-coordinate representation of color #B25E10: hue angle of 28.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B25E10 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 16 -
CMYK 0 0.47 0.91 0.30
HSL 28.89º 0.84% 0.38% -
HSV(B) 28.89º 0.91% 0.7% -
XYZ 22.46 17.51 2.69 -
YUV 110.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 178 94 16 0 0.47 0.91 0.30 28.89 0.84 0.38
Hex B2 5E 10 0 2F 5B 1E 1D 54 26
Octal 262 136 20 0 57 133 36 35 124 46
Binary 10110010 1011110 10000 0 101111 1011011 11110 11101 1010100 100110

Color Harmonies of #B25E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E10

Black with #B25E10

Text Example


Text Example

White with #B25E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E10; }

 p { color: rgb(178,94,16); }

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

background-color css

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

 a { background-color: rgb(178,94,16); }

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

border-color css

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

 span { border-color: rgb(178,94,16); }

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