Html Css Color HEX #BDA03E Roti

📋 copy color: '#BDA03E'

red 189 ◦ green 160 ◦ blue 62

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

Shades of Roti #BDA03E

Tints of Roti #BDA03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 45.99%
G = 38.93%
B = 15.09%

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

#BDA03E (or 0xBDA03E) is known color: Roti. HEX triplet: BD, A0 and 3E. RGB value is (189,160,62). Sum of RGB (Red+Green+Blue) = 189+160+62=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA03E is #425FC1. Grayscale: #9D9D9D. Windows color (decimal): -4349890 or 4104381. OLE color: 4104381.

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

Color convert

RGB 189 160 62 -
CMYK 0 0.15 0.67 0.26
HSL 46.3º 0.51% 0.49% -
HSV(B) 46.3º 0.67% 0.74% -
XYZ 34.43 36.31 9.75 -
YUV 157.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 189 160 62 0 0.15 0.67 0.26 46.3 0.51 0.49
Hex BD A0 3E 0 F 43 1A 2E 33 31
Octal 275 240 76 0 17 103 32 56 63 61
Binary 10111101 10100000 111110 0 1111 1000011 11010 101110 110011 110001

Color Harmonies of #BDA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA03E

Black with #BDA03E

Text Example


Text Example

White with #BDA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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