Html Css Color HEX #BD4F02 Tenne (Tawny)

📋 copy color: '#BD4F02'

red 189 ◦ green 79 ◦ blue 2

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

Shades of Tenne (Tawny) #BD4F02

Tints of Tenne (Tawny) #BD4F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 70%
G = 29.26%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD4F02 (or 0xBD4F02) is known color: Tenne (Tawny). HEX triplet: BD, 4F and 02. RGB value is (189,79,2). Sum of RGB (Red+Green+Blue) = 189+79+2=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F02 is #42B0FD. Grayscale: #676767. Windows color (decimal): -4370686 or 151485. OLE color: 151485.

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

Color convert

RGB 189 79 2 -
CMYK 0 0.58 0.99 0.26
HSL 24.71º 0.98% 0.37% -
HSV(B) 24.71º 0.99% 0.74% -
XYZ 23.79 16.42 1.97 -
YUV 103.11 70.94 189.26 -
System Red Green Blue C M Y K H S L
Decimal 189 79 2 0 0.58 0.99 0.26 24.71 0.98 0.37
Hex BD 4F 2 0 3A 63 1A 19 62 25
Octal 275 117 2 0 72 143 32 31 142 45
Binary 10111101 1001111 10 0 111010 1100011 11010 11001 1100010 100101

Color Harmonies of #BD4F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F02

Black with #BD4F02

Text Example


Text Example

White with #BD4F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F02; }

 p { color: rgb(189,79,2); }

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

background-color css

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

 a { background-color: rgb(189,79,2); }

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

border-color css

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

 span { border-color: rgb(189,79,2); }

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