Html Css Color HEX #BD953C Roti

📋 copy color: '#BD953C'

red 189 ◦ green 149 ◦ blue 60

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

Shades of Roti #BD953C

Tints of Roti #BD953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 47.49%
G = 37.44%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD953C (or 0xBD953C) is known color: Roti. HEX triplet: BD, 95 and 3C. RGB value is (189,149,60). Sum of RGB (Red+Green+Blue) = 189+149+60=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD953C is #426AC3. Grayscale: #979797. Windows color (decimal): -4352708 or 3970493. OLE color: 3970493.

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

Color convert

RGB 189 149 60 -
CMYK 0 0.21 0.68 0.26
HSL 41.4º 0.52% 0.49% -
HSV(B) 41.4º 0.68% 0.74% -
XYZ 32.55 32.64 8.86 -
YUV 150.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 189 149 60 0 0.21 0.68 0.26 41.4 0.52 0.49
Hex BD 95 3C 0 15 44 1A 29 34 31
Octal 275 225 74 0 25 104 32 51 64 61
Binary 10111101 10010101 111100 0 10101 1000100 11010 101001 110100 110001

Color Harmonies of #BD953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD953C

Black with #BD953C

Text Example


Text Example

White with #BD953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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