Html Css Color HEX #BB6303 Tenne (Tawny)

📋 copy color: '#BB6303'

red 187 ◦ green 99 ◦ blue 3

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

Shades of Tenne (Tawny) #BB6303

Tints of Tenne (Tawny) #BB6303

RGB

 RED value IS 187 (73.44% from 255) = 64.71%

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

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

R = 64.71%
G = 34.26%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB6303 (or 0xBB6303) is known color: Tenne (Tawny). HEX triplet: BB, 63 and 03. RGB value is (187,99,3). Sum of RGB (Red+Green+Blue) = 187+99+3=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6303 is #449CFC. Grayscale: #727272. Windows color (decimal): -4496637 or 222139. OLE color: 222139.

HSL color Cylindrical-coordinate representation of color #BB6303: hue angle of 31.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB6303 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 3 -
CMYK 0 0.47 0.98 0.27
HSL 31.3º 0.97% 0.37% -
HSV(B) 31.3º 0.98% 0.73% -
XYZ 24.97 19.5 2.53 -
YUV 114.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 187 99 3 0 0.47 0.98 0.27 31.3 0.97 0.37
Hex BB 63 3 0 2F 62 1B 1F 61 25
Octal 273 143 3 0 57 142 33 37 141 45
Binary 10111011 1100011 11 0 101111 1100010 11011 11111 1100001 100101

Color Harmonies of #BB6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6303

Black with #BB6303

Text Example


Text Example

White with #BB6303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6303; }

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

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

background-color css

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

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

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

border-color css

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

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

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