Html Css Color HEX #BD4C00 Tenne (Tawny)

📋 copy color: '#BD4C00'

red 189 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #BD4C00

Tints of Tenne (Tawny) #BD4C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.32%
G = 28.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD4C00 (or 0xBD4C00) is known color: Tenne (Tawny). HEX triplet: BD, 4C and 00. RGB value is (189,76,0). Sum of RGB (Red+Green+Blue) = 189+76+0=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C00 is #42B3FF. Grayscale: #656565. Windows color (decimal): -4371456 or 19645. OLE color: 19645.

HSL color Cylindrical-coordinate representation of color #BD4C00: hue angle of 24.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD4C00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 0 -
CMYK 0 0.60 1 0.26
HSL 24.13º 1% 0.37% -
HSV(B) 24.13º 1% 0.74% -
XYZ 23.57 15.99 1.84 -
YUV 101.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 189 76 0 0 0.60 1 0.26 24.13 1 0.37
Hex BD 4C 0 0 3C 64 1A 18 64 25
Octal 275 114 0 0 74 144 32 30 144 45
Binary 10111101 1001100 0 0 111100 1100100 11010 11000 1100100 100101

Color Harmonies of #BD4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C00

Black with #BD4C00

Text Example


Text Example

White with #BD4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C00; }

 p { color: rgb(189,76,0); }

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

background-color css

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

 a { background-color: rgb(189,76,0); }

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

border-color css

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

 span { border-color: rgb(189,76,0); }

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