Html Css Color HEX #BD953E Roti

📋 copy color: '#BD953E'

red 189 ◦ green 149 ◦ blue 62

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

Shades of Roti #BD953E

Tints of Roti #BD953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 47.25%
G = 37.25%
B = 15.5%

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

#BD953E (or 0xBD953E) is known color: Roti. HEX triplet: BD, 95 and 3E. RGB value is (189,149,62). Sum of RGB (Red+Green+Blue) = 189+149+62=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD953E is #426AC1. Grayscale: #979797. Windows color (decimal): -4352706 or 4101565. OLE color: 4101565.

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

Color convert

RGB 189 149 62 -
CMYK 0 0.21 0.67 0.26
HSL 41.1º 0.51% 0.49% -
HSV(B) 41.1º 0.67% 0.74% -
XYZ 32.6 32.66 9.14 -
YUV 151.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 189 149 62 0 0.21 0.67 0.26 41.1 0.51 0.49
Hex BD 95 3E 0 15 43 1A 29 33 31
Octal 275 225 76 0 25 103 32 51 63 61
Binary 10111101 10010101 111110 0 10101 1000011 11010 101001 110011 110001

Color Harmonies of #BD953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD953E

Black with #BD953E

Text Example


Text Example

White with #BD953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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