Html Css Color HEX #BD963C Roti

📋 copy color: '#BD963C'

red 189 ◦ green 150 ◦ blue 60

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

Shades of Roti #BD963C

Tints of Roti #BD963C

RGB

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

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

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

R = 47.37%
G = 37.59%
B = 15.04%

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

#BD963C (or 0xBD963C) is known color: Roti. HEX triplet: BD, 96 and 3C. RGB value is (189,150,60). Sum of RGB (Red+Green+Blue) = 189+150+60=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD963C is #4269C3. Grayscale: #979797. Windows color (decimal): -4352452 or 3970749. OLE color: 3970749.

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

Color convert

RGB 189 150 60 -
CMYK 0 0.21 0.68 0.26
HSL 41.86º 0.52% 0.49% -
HSV(B) 41.86º 0.68% 0.74% -
XYZ 32.71 32.96 8.91 -
YUV 151.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 189 150 60 0 0.21 0.68 0.26 41.86 0.52 0.49
Hex BD 96 3C 0 15 44 1A 2A 34 31
Octal 275 226 74 0 25 104 32 52 64 61
Binary 10111101 10010110 111100 0 10101 1000100 11010 101010 110100 110001

Color Harmonies of #BD963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD963C

Black with #BD963C

Text Example


Text Example

White with #BD963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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