Html Css Color HEX #BD550C Tenne (Tawny)

📋 copy color: '#BD550C'

red 189 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #BD550C

Tints of Tenne (Tawny) #BD550C

RGB

 RED value IS 189 (74.22% from 255) = 66.08%

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 66.08%
G = 29.72%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD550C (or 0xBD550C) is known color: Tenne (Tawny). HEX triplet: BD, 55 and 0C. RGB value is (189,85,12). Sum of RGB (Red+Green+Blue) = 189+85+12=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD550C is #42AAF3. Grayscale: #6C6C6C. Windows color (decimal): -4369140 or 808381. OLE color: 808381.

HSL color Cylindrical-coordinate representation of color #BD550C: hue angle of 24.75º degrees, saturation: 0.88, 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 #BD550C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 12 -
CMYK 0 0.55 0.94 0.26
HSL 24.75º 0.88% 0.39% -
HSV(B) 24.75º 0.94% 0.74% -
XYZ 24.3 17.34 2.41 -
YUV 107.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 189 85 12 0 0.55 0.94 0.26 24.75 0.88 0.39
Hex BD 55 C 0 37 5E 1A 19 58 27
Octal 275 125 14 0 67 136 32 31 130 47
Binary 10111101 1010101 1100 0 110111 1011110 11010 11001 1011000 100111

Color Harmonies of #BD550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD550C

Black with #BD550C

Text Example


Text Example

White with #BD550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD550C; }

 p { color: rgb(189,85,12); }

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

background-color css

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

 a { background-color: rgb(189,85,12); }

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

border-color css

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

 span { border-color: rgb(189,85,12); }

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