Html Css Color HEX #BD5E02 Tenne (Tawny)

📋 copy color: '#BD5E02'

red 189 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #BD5E02

Tints of Tenne (Tawny) #BD5E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

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

R = 66.32%
G = 32.98%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD5E02 (or 0xBD5E02) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 02. RGB value is (189,94,2). Sum of RGB (Red+Green+Blue) = 189+94+2=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E02 is #42A1FD. Grayscale: #707070. Windows color (decimal): -4366846 or 155325. OLE color: 155325.

HSL color Cylindrical-coordinate representation of color #BD5E02: hue angle of 29.52º 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 #BD5E02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 2 -
CMYK 0 0.50 0.99 0.26
HSL 29.52º 0.98% 0.37% -
HSV(B) 29.52º 0.99% 0.74% -
XYZ 25 18.83 2.37 -
YUV 111.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 189 94 2 0 0.50 0.99 0.26 29.52 0.98 0.37
Hex BD 5E 2 0 32 63 1A 1E 62 25
Octal 275 136 2 0 62 143 32 36 142 45
Binary 10111101 1011110 10 0 110010 1100011 11010 11110 1100010 100101

Color Harmonies of #BD5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E02

Black with #BD5E02

Text Example


Text Example

White with #BD5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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