Html Css Color HEX #B26303 Golden Brown

📋 copy color: '#B26303'

red 178 ◦ green 99 ◦ blue 3

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

Shades of Golden Brown #B26303

Tints of Golden Brown #B26303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 63.57%
G = 35.36%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B26303 (or 0xB26303) is known color: Golden Brown. HEX triplet: B2, 63 and 03. RGB value is (178,99,3). Sum of RGB (Red+Green+Blue) = 178+99+3=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B26303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26303 is #4D9CFC. Grayscale: #707070. Windows color (decimal): -5086461 or 222130. OLE color: 222130.

HSL color Cylindrical-coordinate representation of color #B26303: hue angle of 32.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B26303 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 3 -
CMYK 0 0.44 0.98 0.30
HSL 32.91º 0.97% 0.35% -
HSV(B) 32.91º 0.98% 0.7% -
XYZ 22.84 18.4 2.43 -
YUV 111.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 178 99 3 0 0.44 0.98 0.30 32.91 0.97 0.35
Hex B2 63 3 0 2C 62 1E 21 61 23
Octal 262 143 3 0 54 142 36 41 141 43
Binary 10110010 1100011 11 0 101100 1100010 11110 100001 1100001 100011

Color Harmonies of #B26303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26303

Black with #B26303

Text Example


Text Example

White with #B26303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26303; }

 p { color: rgb(178,99,3); }

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

background-color css

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

 a { background-color: rgb(178,99,3); }

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

border-color css

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

 span { border-color: rgb(178,99,3); }

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