Html Css Color HEX #BB630F Tenne (Tawny)

📋 copy color: '#BB630F'

red 187 ◦ green 99 ◦ blue 15

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

Shades of Tenne (Tawny) #BB630F

Tints of Tenne (Tawny) #BB630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 62.13%
G = 32.89%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB630F (or 0xBB630F) is known color: Tenne (Tawny). HEX triplet: BB, 63 and 0F. RGB value is (187,99,15). Sum of RGB (Red+Green+Blue) = 187+99+15=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB630F is #449CF0. Grayscale: #747474. Windows color (decimal): -4496625 or 1008571. OLE color: 1008571.

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

Color convert

RGB 187 99 15 -
CMYK 0 0.47 0.92 0.27
HSL 29.3º 0.85% 0.4% -
HSV(B) 29.3º 0.92% 0.73% -
XYZ 25.04 19.52 2.9 -
YUV 115.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 187 99 15 0 0.47 0.92 0.27 29.3 0.85 0.4
Hex BB 63 F 0 2F 5C 1B 1D 55 28
Octal 273 143 17 0 57 134 33 35 125 50
Binary 10111011 1100011 1111 0 101111 1011100 11011 11101 1010101 101000

Color Harmonies of #BB630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB630F

Black with #BB630F

Text Example


Text Example

White with #BB630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB630F; }

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

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

background-color css

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

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

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

border-color css

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

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

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