Html Css Color HEX #BD630B Tenne (Tawny)

📋 copy color: '#BD630B'

red 189 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #BD630B

Tints of Tenne (Tawny) #BD630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

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

R = 63.21%
G = 33.11%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD630B (or 0xBD630B) is known color: Tenne (Tawny). HEX triplet: BD, 63 and 0B. RGB value is (189,99,11). Sum of RGB (Red+Green+Blue) = 189+99+11=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD630B is #429CF4. Grayscale: #747474. Windows color (decimal): -4365557 or 746429. OLE color: 746429.

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

Color convert

RGB 189 99 11 -
CMYK 0 0.48 0.94 0.26
HSL 29.66º 0.89% 0.39% -
HSV(B) 29.66º 0.94% 0.74% -
XYZ 25.51 19.77 2.79 -
YUV 115.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 189 99 11 0 0.48 0.94 0.26 29.66 0.89 0.39
Hex BD 63 B 0 30 5E 1A 1E 59 27
Octal 275 143 13 0 60 136 32 36 131 47
Binary 10111101 1100011 1011 0 110000 1011110 11010 11110 1011001 100111

Color Harmonies of #BD630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD630B

Black with #BD630B

Text Example


Text Example

White with #BD630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD630B; }

 p { color: rgb(189,99,11); }

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

background-color css

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

 a { background-color: rgb(189,99,11); }

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

border-color css

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

 span { border-color: rgb(189,99,11); }

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