Html Css Color HEX #BB6203 Tenne (Tawny)

📋 copy color: '#BB6203'

red 187 ◦ green 98 ◦ blue 3

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

Shades of Tenne (Tawny) #BB6203

Tints of Tenne (Tawny) #BB6203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

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

R = 64.93%
G = 34.03%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB6203 (or 0xBB6203) is known color: Tenne (Tawny). HEX triplet: BB, 62 and 03. RGB value is (187,98,3). Sum of RGB (Red+Green+Blue) = 187+98+3=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6203 is #449DFC. Grayscale: #727272. Windows color (decimal): -4496893 or 221883. OLE color: 221883.

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

Color convert

RGB 187 98 3 -
CMYK 0 0.48 0.98 0.27
HSL 30.98º 0.97% 0.37% -
HSV(B) 30.98º 0.98% 0.73% -
XYZ 24.88 19.31 2.5 -
YUV 113.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 187 98 3 0 0.48 0.98 0.27 30.98 0.97 0.37
Hex BB 62 3 0 30 62 1B 1F 61 25
Octal 273 142 3 0 60 142 33 37 141 45
Binary 10111011 1100010 11 0 110000 1100010 11011 11111 1100001 100101

Color Harmonies of #BB6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6203

Black with #BB6203

Text Example


Text Example

White with #BB6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6203; }

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

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

background-color css

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

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

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

border-color css

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

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

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