Html Css Color HEX #B9630A Tenne (Tawny)

📋 copy color: '#B9630A'

red 185 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #B9630A

Tints of Tenne (Tawny) #B9630A

RGB

 RED value IS 185 (72.66% from 255) = 62.93%

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

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

R = 62.93%
G = 33.67%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9630A (or 0xB9630A) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 0A. RGB value is (185,99,10). Sum of RGB (Red+Green+Blue) = 185+99+10=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9630A is #469CF5. Grayscale: #737373. Windows color (decimal): -4627702 or 680889. OLE color: 680889.

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

Color convert

RGB 185 99 10 -
CMYK 0 0.46 0.95 0.27
HSL 30.51º 0.9% 0.38% -
HSV(B) 30.51º 0.95% 0.73% -
XYZ 24.52 19.26 2.71 -
YUV 114.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 185 99 10 0 0.46 0.95 0.27 30.51 0.9 0.38
Hex B9 63 A 0 2E 5F 1B 1F 5A 26
Octal 271 143 12 0 56 137 33 37 132 46
Binary 10111001 1100011 1010 0 101110 1011111 11011 11111 1011010 100110

Color Harmonies of #B9630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9630A

Black with #B9630A

Text Example


Text Example

White with #B9630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9630A; }

 p { color: rgb(185,99,10); }

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

background-color css

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

 a { background-color: rgb(185,99,10); }

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

border-color css

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

 span { border-color: rgb(185,99,10); }

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