Html Css Color HEX #BD9A40 Roti

📋 copy color: '#BD9A40'

red 189 ◦ green 154 ◦ blue 64

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

Shades of Roti #BD9A40

Tints of Roti #BD9A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.84%

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 46.44%
G = 37.84%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD9A40 (or 0xBD9A40) is known color: Roti. HEX triplet: BD, 9A and 40. RGB value is (189,154,64). Sum of RGB (Red+Green+Blue) = 189+154+64=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A40 is #4265BF. Grayscale: #9A9A9A. Windows color (decimal): -4351424 or 4233917. OLE color: 4233917.

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

Color convert

RGB 189 154 64 -
CMYK 0 0.19 0.66 0.26
HSL 43.2º 0.49% 0.5% -
HSV(B) 43.2º 0.66% 0.74% -
XYZ 33.47 34.3 9.71 -
YUV 154.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 189 154 64 0 0.19 0.66 0.26 43.2 0.49 0.5
Hex BD 9A 40 0 13 42 1A 2B 31 32
Octal 275 232 100 0 23 102 32 53 61 62
Binary 10111101 10011010 1000000 0 10011 1000010 11010 101011 110001 110010

Color Harmonies of #BD9A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A40

Black with #BD9A40

Text Example


Text Example

White with #BD9A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A40; }

 p { color: rgb(189,154,64); }

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

background-color css

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

 a { background-color: rgb(189,154,64); }

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

border-color css

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

 span { border-color: rgb(189,154,64); }

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