Html Css Color HEX #BDA041 Roti

📋 copy color: '#BDA041'

red 189 ◦ green 160 ◦ blue 65

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

Shades of Roti #BDA041

Tints of Roti #BDA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.65%

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 45.65%
G = 38.65%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDA041 (or 0xBDA041) is known color: Roti. HEX triplet: BD, A0 and 41. RGB value is (189,160,65). Sum of RGB (Red+Green+Blue) = 189+160+65=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA041 is #425FBE. Grayscale: #9E9E9E. Windows color (decimal): -4349887 or 4300989. OLE color: 4300989.

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

Color convert

RGB 189 160 65 -
CMYK 0 0.15 0.66 0.26
HSL 45.97º 0.49% 0.5% -
HSV(B) 45.97º 0.66% 0.74% -
XYZ 34.51 36.34 10.2 -
YUV 157.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 189 160 65 0 0.15 0.66 0.26 45.97 0.49 0.5
Hex BD A0 41 0 F 42 1A 2E 31 32
Octal 275 240 101 0 17 102 32 56 61 62
Binary 10111101 10100000 1000001 0 1111 1000010 11010 101110 110001 110010

Color Harmonies of #BDA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA041

Black with #BDA041

Text Example


Text Example

White with #BDA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA041; }

 p { color: rgb(189,160,65); }

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

background-color css

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

 a { background-color: rgb(189,160,65); }

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

border-color css

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

 span { border-color: rgb(189,160,65); }

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