Html Css Color HEX #BD963E Roti

📋 copy color: '#BD963E'

red 189 ◦ green 150 ◦ blue 62

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

Shades of Roti #BD963E

Tints of Roti #BD963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 47.13%
G = 37.41%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD963E (or 0xBD963E) is known color: Roti. HEX triplet: BD, 96 and 3E. RGB value is (189,150,62). Sum of RGB (Red+Green+Blue) = 189+150+62=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD963E is #4269C1. Grayscale: #989898. Windows color (decimal): -4352450 or 4101821. OLE color: 4101821.

HSL color Cylindrical-coordinate representation of color #BD963E: hue angle of 41.57º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD963E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 62 -
CMYK 0 0.21 0.67 0.26
HSL 41.57º 0.51% 0.49% -
HSV(B) 41.57º 0.67% 0.74% -
XYZ 32.76 32.98 9.2 -
YUV 151.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 189 150 62 0 0.21 0.67 0.26 41.57 0.51 0.49
Hex BD 96 3E 0 15 43 1A 2A 33 31
Octal 275 226 76 0 25 103 32 52 63 61
Binary 10111101 10010110 111110 0 10101 1000011 11010 101010 110011 110001

Color Harmonies of #BD963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD963E

Black with #BD963E

Text Example


Text Example

White with #BD963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD963E; }

 p { color: rgb(189,150,62); }

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

background-color css

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

 a { background-color: rgb(189,150,62); }

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

border-color css

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

 span { border-color: rgb(189,150,62); }

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