Html Css Color HEX #BB690A Tenne (Tawny)

📋 copy color: '#BB690A'

red 187 ◦ green 105 ◦ blue 10

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

Shades of Tenne (Tawny) #BB690A

Tints of Tenne (Tawny) #BB690A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 61.92%
G = 34.77%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB690A (or 0xBB690A) is known color: Tenne (Tawny). HEX triplet: BB, 69 and 0A. RGB value is (187,105,10). Sum of RGB (Red+Green+Blue) = 187+105+10=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB690A is #4496F5. Grayscale: #777777. Windows color (decimal): -4495094 or 682427. OLE color: 682427.

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

Color convert

RGB 187 105 10 -
CMYK 0 0.44 0.95 0.27
HSL 32.2º 0.9% 0.39% -
HSV(B) 32.2º 0.95% 0.73% -
XYZ 25.6 20.69 2.93 -
YUV 118.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 187 105 10 0 0.44 0.95 0.27 32.2 0.9 0.39
Hex BB 69 A 0 2C 5F 1B 20 5A 27
Octal 273 151 12 0 54 137 33 40 132 47
Binary 10111011 1101001 1010 0 101100 1011111 11011 100000 1011010 100111

Color Harmonies of #BB690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB690A

Black with #BB690A

Text Example


Text Example

White with #BB690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB690A; }

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

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

background-color css

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

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

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

border-color css

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

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

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