Html Css Color HEX #B8680A Tenne (Tawny)

📋 copy color: '#B8680A'

red 184 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #B8680A

Tints of Tenne (Tawny) #B8680A

RGB

 RED value IS 184 (72.27% from 255) = 61.74%

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 61.74%
G = 34.9%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8680A (or 0xB8680A) is known color: Tenne (Tawny). HEX triplet: B8, 68 and 0A. RGB value is (184,104,10). Sum of RGB (Red+Green+Blue) = 184+104+10=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8680A is #4797F5. Grayscale: #757575. Windows color (decimal): -4691958 or 682168. OLE color: 682168.

HSL color Cylindrical-coordinate representation of color #B8680A: hue angle of 32.41º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8680A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 10 -
CMYK 0 0.43 0.95 0.28
HSL 32.41º 0.9% 0.38% -
HSV(B) 32.41º 0.95% 0.72% -
XYZ 24.77 20.11 2.86 -
YUV 117.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 184 104 10 0 0.43 0.95 0.28 32.41 0.9 0.38
Hex B8 68 A 0 2B 5F 1C 20 5A 26
Octal 270 150 12 0 53 137 34 40 132 46
Binary 10111000 1101000 1010 0 101011 1011111 11100 100000 1011010 100110

Color Harmonies of #B8680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8680A

Black with #B8680A

Text Example


Text Example

White with #B8680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8680A; }

 p { color: rgb(184,104,10); }

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

background-color css

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

 a { background-color: rgb(184,104,10); }

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

border-color css

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

 span { border-color: rgb(184,104,10); }

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