Html Css Color HEX #BB630E Tenne (Tawny)

📋 copy color: '#BB630E'

red 187 ◦ green 99 ◦ blue 14

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

Shades of Tenne (Tawny) #BB630E

Tints of Tenne (Tawny) #BB630E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 62.33%
G = 33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB630E (or 0xBB630E) is known color: Tenne (Tawny). HEX triplet: BB, 63 and 0E. RGB value is (187,99,14). Sum of RGB (Red+Green+Blue) = 187+99+14=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB630E is #449CF1. Grayscale: #747474. Windows color (decimal): -4496626 or 943035. OLE color: 943035.

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

Color convert

RGB 187 99 14 -
CMYK 0 0.47 0.93 0.27
HSL 29.48º 0.86% 0.39% -
HSV(B) 29.48º 0.93% 0.73% -
XYZ 25.03 19.52 2.86 -
YUV 115.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 187 99 14 0 0.47 0.93 0.27 29.48 0.86 0.39
Hex BB 63 E 0 2F 5D 1B 1D 56 27
Octal 273 143 16 0 57 135 33 35 126 47
Binary 10111011 1100011 1110 0 101111 1011101 11011 11101 1010110 100111

Color Harmonies of #BB630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB630E

Black with #BB630E

Text Example


Text Example

White with #BB630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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