Html Css Color HEX #BC650B Tenne (Tawny)

📋 copy color: '#BC650B'

red 188 ◦ green 101 ◦ blue 11

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

Shades of Tenne (Tawny) #BC650B

Tints of Tenne (Tawny) #BC650B

RGB

 RED value IS 188 (73.83% from 255) = 62.67%

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 62.67%
G = 33.67%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC650B (or 0xBC650B) is known color: Tenne (Tawny). HEX triplet: BC, 65 and 0B. RGB value is (188,101,11). Sum of RGB (Red+Green+Blue) = 188+101+11=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC650B is #439AF4. Grayscale: #757575. Windows color (decimal): -4430581 or 746940. OLE color: 746940.

HSL color Cylindrical-coordinate representation of color #BC650B: hue angle of 30.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC650B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 11 -
CMYK 0 0.46 0.94 0.26
HSL 30.51º 0.89% 0.39% -
HSV(B) 30.51º 0.94% 0.74% -
XYZ 25.45 20.02 2.84 -
YUV 116.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 188 101 11 0 0.46 0.94 0.26 30.51 0.89 0.39
Hex BC 65 B 0 2E 5E 1A 1F 59 27
Octal 274 145 13 0 56 136 32 37 131 47
Binary 10111100 1100101 1011 0 101110 1011110 11010 11111 1011001 100111

Color Harmonies of #BC650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC650B

Black with #BC650B

Text Example


Text Example

White with #BC650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC650B; }

 p { color: rgb(188,101,11); }

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

background-color css

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

 a { background-color: rgb(188,101,11); }

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

border-color css

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

 span { border-color: rgb(188,101,11); }

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