Html Css Color HEX #B25C10 Golden Brown

📋 copy color: '#B25C10'

red 178 ◦ green 92 ◦ blue 16

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

Shades of Golden Brown #B25C10

Tints of Golden Brown #B25C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 62.24%
G = 32.17%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B25C10 (or 0xB25C10) is known color: Golden Brown. HEX triplet: B2, 5C and 10. RGB value is (178,92,16). Sum of RGB (Red+Green+Blue) = 178+92+16=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25C10 is #4DA3EF. Grayscale: #6D6D6D. Windows color (decimal): -5088240 or 1072306. OLE color: 1072306.

HSL color Cylindrical-coordinate representation of color #B25C10: hue angle of 28.15º 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 #B25C10 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 92 16 -
CMYK 0 0.48 0.91 0.30
HSL 28.15º 0.84% 0.38% -
HSV(B) 28.15º 0.91% 0.7% -
XYZ 22.28 17.16 2.63 -
YUV 109.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 178 92 16 0 0.48 0.91 0.30 28.15 0.84 0.38
Hex B2 5C 10 0 30 5B 1E 1C 54 26
Octal 262 134 20 0 60 133 36 34 124 46
Binary 10110010 1011100 10000 0 110000 1011011 11110 11100 1010100 100110

Color Harmonies of #B25C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C10

Black with #B25C10

Text Example


Text Example

White with #B25C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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