Html Css Color HEX #BB690D Tenne (Tawny)

📋 copy color: '#BB690D'

red 187 ◦ green 105 ◦ blue 13

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

Shades of Tenne (Tawny) #BB690D

Tints of Tenne (Tawny) #BB690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 61.31%
G = 34.43%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB690D (or 0xBB690D) is known color: Tenne (Tawny). HEX triplet: BB, 69 and 0D. RGB value is (187,105,13). Sum of RGB (Red+Green+Blue) = 187+105+13=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB690D is #4496F2. Grayscale: #777777. Windows color (decimal): -4495091 or 879035. OLE color: 879035.

HSL color Cylindrical-coordinate representation of color #BB690D: hue angle of 31.72º degrees, saturation: 0.87, 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 #BB690D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 13 -
CMYK 0 0.44 0.93 0.27
HSL 31.72º 0.87% 0.39% -
HSV(B) 31.72º 0.93% 0.73% -
XYZ 25.62 20.7 3.03 -
YUV 119.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 187 105 13 0 0.44 0.93 0.27 31.72 0.87 0.39
Hex BB 69 D 0 2C 5D 1B 20 57 27
Octal 273 151 15 0 54 135 33 40 127 47
Binary 10111011 1101001 1101 0 101100 1011101 11011 100000 1010111 100111

Color Harmonies of #BB690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB690D

Black with #BB690D

Text Example


Text Example

White with #BB690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB690D; }

 p { color: rgb(187,105,13); }

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

background-color css

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

 a { background-color: rgb(187,105,13); }

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

border-color css

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

 span { border-color: rgb(187,105,13); }

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