Html Css Color HEX #B25E11 Golden Brown

📋 copy color: '#B25E11'

red 178 ◦ green 94 ◦ blue 17

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

Shades of Golden Brown #B25E11

Tints of Golden Brown #B25E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 61.59%
G = 32.53%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B25E11 (or 0xB25E11) is known color: Golden Brown. HEX triplet: B2, 5E and 11. RGB value is (178,94,17). Sum of RGB (Red+Green+Blue) = 178+94+17=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E11 is #4DA1EE. Grayscale: #6E6E6E. Windows color (decimal): -5087727 or 1138354. OLE color: 1138354.

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

Color convert

RGB 178 94 17 -
CMYK 0 0.47 0.90 0.30
HSL 28.7º 0.83% 0.38% -
HSV(B) 28.7º 0.9% 0.7% -
XYZ 22.46 17.51 2.73 -
YUV 110.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 178 94 17 0 0.47 0.90 0.30 28.7 0.83 0.38
Hex B2 5E 11 0 2F 5A 1E 1D 53 26
Octal 262 136 21 0 57 132 36 35 123 46
Binary 10110010 1011110 10001 0 101111 1011010 11110 11101 1010011 100110

Color Harmonies of #B25E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E11

Black with #B25E11

Text Example


Text Example

White with #B25E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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