Html Css Color HEX #BB6507 Tenne (Tawny)

📋 copy color: '#BB6507'

red 187 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #BB6507

Tints of Tenne (Tawny) #BB6507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 63.39%
G = 34.24%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB6507 (or 0xBB6507) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 07. RGB value is (187,101,7). Sum of RGB (Red+Green+Blue) = 187+101+7=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6507 is #449AF8. Grayscale: #747474. Windows color (decimal): -4496121 or 484795. OLE color: 484795.

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

Color convert

RGB 187 101 7 -
CMYK 0 0.46 0.96 0.27
HSL 31.33º 0.93% 0.38% -
HSV(B) 31.33º 0.96% 0.73% -
XYZ 25.19 19.89 2.71 -
YUV 116 66.49 178.64 -
System Red Green Blue C M Y K H S L
Decimal 187 101 7 0 0.46 0.96 0.27 31.33 0.93 0.38
Hex BB 65 7 0 2E 60 1B 1F 5D 26
Octal 273 145 7 0 56 140 33 37 135 46
Binary 10111011 1100101 111 0 101110 1100000 11011 11111 1011101 100110

Color Harmonies of #BB6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6507

Black with #BB6507

Text Example


Text Example

White with #BB6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6507; }

 p { color: rgb(187,101,7); }

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

background-color css

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

 a { background-color: rgb(187,101,7); }

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

border-color css

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

 span { border-color: rgb(187,101,7); }

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