Html Css Color HEX #B25F09 Golden Brown

📋 copy color: '#B25F09'

red 178 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #B25F09

Tints of Golden Brown #B25F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 9 (3.91% from 255) = 3.19%

R = 63.12%
G = 33.69%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B25F09 (or 0xB25F09) is known color: Golden Brown. HEX triplet: B2, 5F and 09. RGB value is (178,95,9). Sum of RGB (Red+Green+Blue) = 178+95+9=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25F09 is #4DA0F6. Grayscale: #6E6E6E. Windows color (decimal): -5087479 or 614322. OLE color: 614322.

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

Color convert

RGB 178 95 9 -
CMYK 0 0.47 0.95 0.30
HSL 30.53º 0.9% 0.37% -
HSV(B) 30.53º 0.95% 0.7% -
XYZ 22.5 17.67 2.48 -
YUV 110.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 178 95 9 0 0.47 0.95 0.30 30.53 0.9 0.37
Hex B2 5F 9 0 2F 5F 1E 1F 5A 25
Octal 262 137 11 0 57 137 36 37 132 45
Binary 10110010 1011111 1001 0 101111 1011111 11110 11111 1011010 100101

Color Harmonies of #B25F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F09

Black with #B25F09

Text Example


Text Example

White with #B25F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F09; }

 p { color: rgb(178,95,9); }

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

background-color css

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

 a { background-color: rgb(178,95,9); }

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

border-color css

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

 span { border-color: rgb(178,95,9); }

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