Html Css Color HEX #BDA03F Roti

📋 copy color: '#BDA03F'

red 189 ◦ green 160 ◦ blue 63

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

Shades of Roti #BDA03F

Tints of Roti #BDA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.29%

R = 45.87%
G = 38.83%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDA03F (or 0xBDA03F) is known color: Roti. HEX triplet: BD, A0 and 3F. RGB value is (189,160,63). Sum of RGB (Red+Green+Blue) = 189+160+63=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA03F is #425FC0. Grayscale: #9E9E9E. Windows color (decimal): -4349889 or 4169917. OLE color: 4169917.

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

Color convert

RGB 189 160 63 -
CMYK 0 0.15 0.67 0.26
HSL 46.19º 0.5% 0.49% -
HSV(B) 46.19º 0.67% 0.74% -
XYZ 34.45 36.32 9.9 -
YUV 157.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 189 160 63 0 0.15 0.67 0.26 46.19 0.5 0.49
Hex BD A0 3F 0 F 43 1A 2E 32 31
Octal 275 240 77 0 17 103 32 56 62 61
Binary 10111101 10100000 111111 0 1111 1000011 11010 101110 110010 110001

Color Harmonies of #BDA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA03F

Black with #BDA03F

Text Example


Text Example

White with #BDA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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